Linux: Grant sudo access
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