Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nuri-it/sudo-no-passwd

Run commands as root without providing the password using sudo
https://github.com/nuri-it/sudo-no-passwd

Last synced: 10 days ago
JSON representation

Run commands as root without providing the password using sudo

Awesome Lists containing this project

README

        

# sudo-no-passwd
Run commands as root without providing the password using sudo

```
sudo visudo
```

Add the following to the end of the file
```
ALL=(ALL) NOPASSWD: ALL
```
save the file and you are ready to go

#gg