Multiple choice technology operating systems

Which one is the superuser prompt?

  1. %

  2. $
  3. >

  4. #

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

The # symbol is the superuser (root) prompt in Unix/Linux systems. Regular user prompts are typically $ or % depending on the shell. The # symbol indicates you have administrator privileges and can execute any command, making it important to recognize this prompt to avoid accidental system damage.