Skip to content


Ubuntu Desktop Terminal - Su

This is just a quick reference for myself. When I want to “su to root” in Ubuntu’s terminal I need to do the follow:

sudo su
[enter password]

Related Posts

  1. Apple Needs to Stop Being Misleading - Viruses & Malware The other day I was talking with my cousin and she asked how I liked my MacBook Pro. She told me all the cool things she had heard. A friend of hers said that with a Mac you don’t ever need to buy anything like “Norton” cause Macs don’t get...

Posted in Technology. Tagged with , , .

2 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. Actually there is a simpler, and more proper method for this task.

    sudo -s

    That gives you a new shell as root. No need to fork yet another process (su). su is unnecessary on Ubuntu, and could probably be deprecated IMHO.

  2. Thanks Lonnie, I’ll have to remember that!

Some HTML is OK

(required)

(required, but never shared)

or, reply to this post via trackback.

Powered by WP Hashcash