nerdexam
GIAC

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…

Network Forensics, Protocol Insecurity & Evasion Techniques

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)
  • A
    3% (1)
  • B
    77% (23)
  • C
    13% (4)
  • D
    7% (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

#SUDO#Linux privilege management#root access#system commands

Community Discussion

No community discussion yet for this question.

Full GCIA Practice