Multiple choice

What is the sudo command used for?

  1. To run commands as a simple user

  2. To run commands as a privileged user

  3. To create a super-user

  4. To shut down the system

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The sudo command (superuser do) allows a permitted user to execute a command as the superuser or another user, as specified by the security policy.