Ubuntu Root Terminal

Just a quick tip for anyone who like me can’t be bothered typing sudo before every command that needs to be run as root. There are two three ways to turn any terminal into a root terminal:

sudo -s

and

sudo su

Edit: you can also use:

sudo bash

and there you have it.


Leave a Comment