Results 1 to 5 of 5
hi guys... can some one tell me what everything in etc/passwd means... or links to where i can find some useful info...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-25-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 43
/etc/passwd
hi guys... can some one tell me what everything in etc/passwd means... or links to where i can find some useful info
- 05-25-2005 #2Linux User
- Join Date
- Mar 2005
- Location
- CA
- Posts
- 352
In terminal/command-line, type:
Code:man passwd
- 05-25-2005 #3
/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.
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 05-25-2005 #4
/etc/passwd syntax is
Code:user.name:x:userID:groupID:comments:homedir:default.shell
- 05-26-2005 #5Just Joined!
- Join Date
- Apr 2005
- Posts
- 43
thanx guys.... for all your help... it helped stax...


Reply With Quote
