hi guys... can some one tell me what everything in etc/passwd means... or links to where i can find some useful info
Printable View
hi guys... can some one tell me what everything in etc/passwd means... or links to where i can find some useful info
In terminal/command-line, type:
Code:man passwd
/etc/passwd is a file that contains a list of users on your system, along with their group memberships, a description of each account, and a few other things.
/etc/passwd syntax is
Code:user.name:x:userID:groupID:comments:homedir:default.shell
thanx guys.... for all your help... it helped stax...