Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

debian sudo without password

#1. Open the /etc/sudoers file (as root, of course!) by running:
sudo nano /etc/sudoers

#2. At the end of the /etc/sudoers file add this line:
username ALL=(ALL) NOPASSWD:ALL
Source by phpraxis.wordpress.com #
 
PREVIOUS NEXT
Tagged: #debian #sudo #password
ADD COMMENT
Topic
Name
7+1 =