Multiple choice technology operating systems

Which one is the superuser prompt

  1. %

  2. $
  3. #

  4. >

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

The # symbol is the superuser (root) prompt in Unix systems, indicating you have full system privileges. The $ prompt is for regular users, % is used in some shells like csh, and > is not a standard prompt.