CyberAces Module1-Linux 4 UsersAndGroups
CyberAces Module1-Linux 4 UsersAndGroups
18
Which of the following files contains hashes of user passwords on most modern Linux
distributions?
/etc/passwd
/etc/sshd_config
/etc/shells
/etc/shadow
What is the UID of the root user?
0
100
1
10
19
Which of the following files contains hashes of user passwords on most modern Linux
distributions?
/etc/shadow
The /etc/passwd file is not a safe place to store passwords because any user
can read it, whereas only root can read /etc/shadow.
What is the UID of the root user?
0
Don't forget that computers start counting at zero!
20
Congratulations! You have completed the session on Linux's users and groups.
21
In the next session, we will discuss Linux services and applications.