Day 6 Task: File Permissions and Access Control Lists
Understanding /etc/passwd
The full account information is stored in the /etc/passwd file. This file contains a record per system user account and has the following format (fields are delimited by a colon).
[username]:[x]:[UID]:[GID]:[Comment]:[Home...
mahendrabora.hashnode.dev4 min read