GCIA · Question #62
Which of the following utilities provides an efficient way to give specific users permission to use specific system commands at the root level of a Linux operating system?
The correct answer is B. SUDO. SUDO (Superuser Do) is the correct answer. It allows a system administrator to delegate authority by granting specific users the ability to run specific commands as root (or another user), as defined in the /etc/sudoers configuration file. This follows the principle of least…
Question
Which of the following utilities provides an efficient way to give specific users permission to use specific system commands at the root level of a Linux operating system?
Options
- ASSH
- BSUDO
- CApache
- DSnort
How the community answered
(30 responses)- A3% (1)
- B77% (23)
- C13% (4)
- D7% (2)
Explanation
SUDO (Superuser Do) is the correct answer. It allows a system administrator to delegate authority by granting specific users the ability to run specific commands as root (or another user), as defined in the /etc/sudoers configuration file. This follows the principle of least privilege. SSH (A) is a remote access protocol, not a privilege management tool. Apache (C) is a web server. Snort (D) is a network intrusion detection/prevention system.
Topics
Community Discussion
No community discussion yet for this question.