Linux and Networking

Linux and Networking

3.14 The /etc/passwd file

The /etc/passwd file contains all the information about system users. For example, if we execute as root the following command:

# cat /etc/passwd

 

We will see something like this:

etc/passwd file
etc/passwd file

Each line of the file represents a single record made up of the fields (each string separated by a colon “:”) representing the user’s information.

 

The Demeter Project