Hoofdstuk 13 meerkeuze Flashcards
Which files contain user account information?
(choose two)
/etc/passwd /etc/shadow /etc/group
/etc/passwd
/etc/shadow
Which user can view the /etc/shadow file?
The root user Any member of the password group All users No users
The root user
Which command will display the UID, GID and groups your current user belongs to?
id who whoami about
id
Each user belongs to at least one group.
True or False?
True False
True
Which command will display the users that are currently logged in to the system?
whoami about who id
who
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.
…run certain commands as the root user.
The /etc/sudoers file should be edited directly by root using the visudo command.
True or False?
True False
True
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
su – branch
su -l branch
su branch
The visudo command uses which text editor by default?
vi nano pico gedit
vi
Which of the following commands will display the group(s) a user belongs to?
group id all whoami
id
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
id bob
The /etc/group file follows what structure?
groups -a user:group group:GID:user_list group_name:password_placeholder:GID:user_list
group_name:password_placeholder:GID:user_list
A GID is associated with a group name.
True or False?
True False
True
A user can belong to…
Only five groups Only one group At least 16 groups Only groups with a GID over 500
At least 16 groups
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
True