micharg
Showing posts with label
sudo
.
Show all posts
Showing posts with label
sudo
.
Show all posts
Thursday, 6 November 2014
add user xxx to sudo
Add user micharg to sudo:
$ sudo -i
# visudo
micharg ALL=(ALL) ALL
Sunday, 27 November 2011
Linux: sudo without password
Edit sudoers and add your username so that it doesn't need password to sudo:
$ sudo visudo myusername ALL=(ALL) NOPASSWD: ALL
Older Posts
Home
Subscribe to:
Posts (Atom)