Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nuri-it/sudo-no-passwd
- Owner: nuri-it
- License: gpl-3.0
- Created: 2022-02-11T08:25:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T08:37:12.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T12:37:47.884Z (2 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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