Multiple choice What command do you use to start a new shell as another user vi su sudo 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.