-1

can someone please help me, im so new at this whole thing. and ive been looking all day for an app that is a "root shell" What is a root shell? Why can’t I find an all that has that?

muru
  • 207,228
Harley
  • 11

1 Answers1

2

Ubuntu does not use the root user shell by default. Instead, the root is disabled by default. As such there is no 'root shell' shortcut application.

The way you run commands as superuser is by using sudo straight on the terminal directly, and provide your user's password to attempt to use sudo privileges. There is no 'root shell' application in an Ubuntu system.

Thomas Ward
  • 78,878