Published
- 1 min read
disabling asking for password on linux
The solution for this is noted below
disabling asking for password on linux
Solution
$ echo "$USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers
Try other methods by searching on the site. That is if this doesn’t work