This is a discussion on pwdck utility within the AIX Operating System forums, part of the Unix Operating Systems category; --> Where does pwdck get the list of user names from when the ALL keyword is used as in: pwdck ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Where does pwdck get the list of user names from when the ALL keyword is used as in: pwdck -n ALL? When I use ALL as the user name keyword, "logintimes" appears as a login name that gets checked. pwdck -n ALL 3001-412 The user "logintimes" was not found in /etc/passwd. The user "logintimes" does not have a stanza in /etc/security/user. Thanks Tom |
| ||||
| On Aug 3, 3:23 pm, Tom <tlow...@munis.com> wrote: > Where does pwdck get the list of user names from when the ALL keyword > is used as in: > pwdck -n ALL? > > When I use ALL as the user name keyword, "logintimes" appears as a > login name that > gets checked. > > pwdck -n ALL > 3001-412 The user "logintimes" was not found in /etc/passwd. > The user "logintimes" does not have a stanza in /etc/security/user. > > Thanks > > Tom do a $ grep ":" /usr/security/passwd hth Hajo |