Axenu
3/7/2019 - 1:44 PM

Run a file as sudo without password

To run a command with sudo withouth having to enter the password

#Add to /etc/sudoers to allow user axenu to access <scriptfile>
axenu ALL=NOPASSWD: <scriptfile>