Which command is used to grant temporary elevated privileges in Linux?
- sudo
- su
- elevate
- grant
The correct command to grant temporary elevated privileges in Linux is sudo, which stands for "superuser do." The sudo command allows authorized users to execute a command as the superuser or another user, providing a level of access control.
Loading...
Related Quiz
- In SSH, the private key should be kept secure and the ________ key is added to the server for authentication.
- The _________ command provides a snapshot of the current processes in the system.
- For an SSH server, the main configuration file is found at /etc/ssh/________.
- What is the primary use of the iptables -L command?
- You've been tasked with writing a script that processes input arguments. How would you check if the number of arguments provided to the script is less than 3?