Which one is the superuser prompt?
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.