Difference between revisions of "Linux: Grant sudo access"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== Grand root access using sudo == Run the command (as root) <tt>visudo</tt> This is essentially the same as running <tt>vi /etc/sudoers</tt> <syntaxhighlight> # At the end of the file...")
 
(No difference)

Latest revision as of 09:30, 4 October 2012

Grand root access using sudo

Run the command (as root) visudo

This is essentially the same as running vi /etc/sudoers

# At the end of the file, insert a line as follows
david   ALL=(ALL)       NOPASSWD: ALL