GK Question

technology medium true_false

In Linux, the sudo command allows authorized users to execute commands with superuser privileges.

  1. True
  2. False

Answer: True

sudo (superuser do) grants temporary elevated privileges to authorized users as defined in /etc/sudoers. Promotes least-privilege security model by avoiding persistent root login. Users authenticate with their own password. Critical concept for secure system administration in technical exams.

Topic Operating Systems
Exam Relevance SSC JE, Railway JE, Banking IT