How to sudo without typing password: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with " echo "$USER ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/$USER <ref>https://askubuntu.com/questions/147241/execute-sudo-without-password</ref>")
 
(No difference)

Latest revision as of 14:30, 8 December 2021

echo "$USER ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/$USER

[1]