superuser ALL=(ALL) NOPASSWD:ALL

pull/2/head
Igor Chubin 7 years ago committed by GitHub
parent bc644157e4
commit 0d1f6b1153

@ -27,3 +27,7 @@ echo "foo bar" | sudo tee -a /path/to/some/file
# run root shell
sudo -i
# to disable password for sudo for user superuser add
# superuser ALL=(ALL) NOPASSWD:ALL
# in /etc/sudoers

Loading…
Cancel
Save