- Which files contain user account information? (choose two)
- /etc/passwd*
- /etc/shadow*
- /etc/group
- Which user can view the /etc/shadow file?
- The root user*
- Any member of the password group
- All users
- No users
- Which command will display the UID, GID and groups your current user belongs to?
- id*
- who
- whoami
- about
- Each user belongs to at least one group.
True or False?- True*
- False
- Which command will display the users that are currently logged in to the system?
- whoami
- about
- who*
- id
- The sudo command allows regular users to…
- …run any command as root, after providing the sudo password.
- …run certain commands as the root user.*
- …run any command as root, after providing the root password.
- …run any commands as a system account without logging in.
- The /etc/sudoers file should be edited directly by root using the visudo command.
True or False?- True*
- False
- Which of the following commands will allow you to switch to the user, branch? (choose three)
- sudo branch
- su – branch*
- su -l branch*
- su branch*
- The
visudo
command uses which text editor by default?- vi*
- nano
- pico
- gedit
- Which of the following commands will display the group(s) a user belongs to?
- group
- id*
- all
- whoami
- Which of the following commands will display the groups that the user bob belongs to? (choose one)
- groups -a
- id bob*
- group bob
- all bob
- The /etc/group file follows what structure?
- groups -a
- user:group
- group:GID:user_list
- group_name:password_placeholder:GID:user_list*
- A GID is associated with a group name.
True or False?- True*
- False
- A user can belong to…
- Only five groups
- Only one group
- At least 16 groups*
- Only groups with a GID over 500
- Sudo privileges can be used to specify which user can use the sudo command to execute commands as other users.
True or False?- True*
- False
- In distributions that do not allow the root user to login directly or via the
su
command, the installation process automatically configures one user account to be able to use thesudo
command to execute commands as if they were executed by the root user.
True or False?- True*
- False
- Which of the following commands will display how long the system has been running since the last boot? (choose two)
- id
- w*
- who
- uptime*
- The /etc/shadow file contains plain-text passwords.
True or False?- True
- False*
- Which command can be used to view the /etc/passwd file entries?
- getent*
- uppasswd
- uptime
- getpasswd
Download PDF File below: