Which is the default user that su switches to? No default user As specified in /etc/su.conf Root As...
Introduction to Linux II
The sudo command can cache user’s credentials. True or False?
The sudo command can cache user’s credentials. True or False? True False
Which password is required for authentication to use sudo?
Which password is required for authentication to use sudo? User’s Password No authentication is...
The /etc/sudoers file should be edited using the _ editor only.
The /etc/sudoers file should be edited using the ____ editor only. xsudo vim visudo edsudo
Which are the four types of aliases found in the /etc/sudoers...
Which are the four types of aliases found in the /etc/sudoers file? User_Alias, Hostname_Alias...
Which file is used to configure the sudo command?
Which file is used to configure the sudo command? /etc/sudo.ini /etc/sudoers /etc/suusers /etc/sudo...
Why is the SUID/SGID bit set for the chage command?
Why is the SUID/SGID bit set for the chage command? To provide access to all users without any...
You need to restart the network service and you are not the root...
You need to restart the network service and you are not the root user. Which command can you use...
Why should the files with SUID/SGID bits set be audited?
Why should the files with SUID/SGID bits set be audited? To make all such files read-only To move...
Files with the SUID/SGID bit set can be used to access the...
Files with the SUID/SGID bit set can be used to access the resources of the system that are...
Which of the following commands is used to find all files that...
Which of the following commands is used to find all files that have the SGID bit set? find / -type...
The SUID process forks a new process that does not have SUID...
The SUID process forks a new process that does not have SUID access. True or False? True False
Which command is used to unset the SUID bit from a file?
Which command is used to unset the SUID bit from a file? chmod chage lsmod touch
The listing of a directory shows certain files with permissions...
The listing of a directory shows certain files with permissions set to rwsr-xr-x. What does this...
Which of the following user ID types is not supported by Linux?
Which of the following user ID types is not supported by Linux? Effective Saved File Real