Beginner
Linux & Shell Scripting
Q9 / 100
What does the "sudo" command do?
Correct! Well done.
Incorrect.
The correct answer is B) Allows a permitted user to execute a command with the security privileges of another user, typically the superuser
B
Correct Answer
Allows a permitted user to execute a command with the security privileges of another user, typically the superuser
Explanation
"sudo" (superuser do) lets authorized users run individual commands with elevated (often root) privileges, logging the action for accountability.
Progress
9/100