Will anytime /etc/passwd change due to 'pwconv' command?

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Will anytime /etc/passwd change due to 'pwconv' command?

    In my understanding, 'pwconv' command synchronizes the /etc/shadow
    file according to the entries in /etc/passwd i.e it results into
    changes only in /etc/shadow file and not in /etc/passwd due to the
    invocation of 'pwconv' command. Am I right? In any case, does 'pwconv'
    also result into some changes in /etc/passwd file?
    qazmlp Guest

  2. Similar Questions and Discussions

    1. Net::Telnet => Will cd ( change directory ) command work ?
      Hi All, I am new to this module, Net::Telnet. Pls let me know, once you logged in to a remote system using telnet module in perl, is it...
    2. Blue Screen / Recovery / Admin Passwd not Assgnd / User Passwd Assgnd
      As the subject states, I am having a problem getting into Recovery mode via my install CD. I uninstalled some backup software and only get the...
    3. Change XP Password @ Command Line
      Yes there is. Syntax is this: net user <username> <new password> -- Mike MCSA 2K, MCSE 2K, MCT, ... "Steve" <smccabe@landam.com> wrote in...
    4. change key mapping for Option and Command on Mac OS 9.x
      Hi, I am doggedly trying to use a PC keyboard on my G4 here at work. :) It's running OS 9.0.4. I've found articles explaining how to use...
    5. [OS X] change network prefs from command line?
      Hey, does anyone know how to change the network prefs from the command line in OS X? Basically, I have 2 ethernet interfaces (a built in and a 3rd...
  3. #2

    Default Will anytime /etc/passwd change due to 'pwconv' command?

    In my understanding, 'pwconv' command synchronizes the /etc/shadow
    file according to the entries in /etc/passwd i.e it results into
    changes only in /etc/shadow file and not in /etc/passwd due to the
    invocation of 'pwconv' command. Am I right? In any case, does 'pwconv'
    also result into some changes in /etc/passwd file?
    qazmlp Guest

  4. #3

    Default Re: Will anytime /etc/passwd change due to 'pwconv' command?

    qazmlp wrote:
    > In my understanding, 'pwconv' command synchronizes the /etc/shadow
    > file according to the entries in /etc/passwd i.e it results into
    > changes only in /etc/shadow file and not in /etc/passwd due to the
    > invocation of 'pwconv' command. Am I right? In any case, does 'pwconv'
    > also result into some changes in /etc/passwd file?
    Any actual hashed passwords in /etc/passwd will be
    replaced with 'x'. Ordinarily, this only happens the
    very first time pwconv is run.

    You've posed a couple questions about making changes
    to the "user account" files. What are you trying to do,
    and is there a reason you can't do it through standard
    interfaces? The days of hand-editing /etc/passwd are
    (or ought to be) behind us ...

    --
    [email]Eric.Sosman@sun.com[/email]

    Eric Sosman Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139