Tired of entering password in ubuntu every time you run some thing with "sudo". Try
this work around.
To make the sudo not ask for password every time
1.sudo visudo
2.add the following at the end
"username" ALL=NOPASSWD: ALL
OR
To make a shell work as a root shell use
sudo -i
No comments:
Post a Comment