Which character in a shell prompt shows that the shell is running with root privileges?
A # prompt conventionally denotes a root shell, whereas $ normally denotes a non-root user shell.
#
$
Community Discussion