Answers for "ubuntu passwordless sudo"

0

ubuntu passwordless sudo

sudo vim /etc/sudoers
# Find `includedir /etc/sudoers.d` usually last line of file
username ALL=(ALL) NOPASSWD: ALL
Posted by: Guest on May-12-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language