Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 27 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 27


Why do you want to do this? Is it the irritation at typing "sudo" so
often? That bothers me too, so I use the "-s" option to sudo to get a
root shell. A bit dangerous, but no more than having a root account
that you can su to.

jbuchana@zaphod$ sudo -s
[sudo] password for jbuchana:
root@zaphod#

Much nicer than typing sudo until your fingers are nubs.

I might want to point out to any people without a lot of experience
that this is a bit dangerous, more so than having to think and type
"sudo" every time you need it, so be careful!

Share: