Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

sudo without password

# Run the following command
sudo visudo

# Add the following to the bottom of the file and substitute 'username'
# for your own linux username
username     ALL=(ALL) NOPASSWD:ALL
Source by www.cyberciti.biz #
 
PREVIOUS NEXT
Tagged: #sudo #password
ADD COMMENT
Topic
Name
1+7 =