Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

sudo no 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 phpraxis.wordpress.com #
 
PREVIOUS NEXT
Tagged: #sudo #password
ADD COMMENT
Topic
Name
7+3 =