January 2018
Intermediate to advanced
456 pages
12h 49m
English
User information is stored in the /etc/passwd file, a text file that is used as a database for the system user's information. The passwd file is human-readable.
Each line in it corresponds to one user in the system, and it has the following format:
<username>:<password>:<uid>:<gid>:<comment>:<home directory>:<login shell>
Let's see each of the parameters of this format:
Read now
Unlock full access