Multiple choice technology operating systems

How to switch to a super user status to gain privileges?

  1. sc

  2. su

  3. switch

  4. login

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

The su (substitute user) command is the standard Unix/Linux tool used to switch user accounts, defaulting to the root superuser if no username is provided. The sc command is a Windows service utility, while switch and login do not perform this specific privilege escalation function.