Ubuntu: Root Terminal
Root terminal:
Use the root terminal so that you need not type "sudo" before commands that require root privileges.
Applications->System Tools->Root Terminal
Edit->Profiles
To convert user terminal to root terminal
$ sudo -s
$ whoami
- check the terminal user
$ exit
- go back to previous user

