Linux: Grant sudo access

From Define Wiki
Revision as of 09:30, 4 October 2012 by David (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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