I was trying out a command yesterday that put my computer into hibernation mode. The first line in the command sequence was sudo -s
which made my command line go from
userName@computerName:~$
to
root@computerName:~#
I looked at the manual page for sudo and it did not give any explanation as to why this happen or what mode it had entered.
What does the root
and #
mean in the second command line tag? what does this mode allow you to do and how do I get out of it? Thank you in advance for any help!