Multiple choice

What command do you use to start a new shell as another user

  1. vi

  2. su

  3. sudo

  4. q

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

The su command stands for substitute user and is used to start a new shell session as another user. sudo is typically used for executing a single command, whereas su changes the shell environment.