sudo without password

Enable /etc/sudoers file for editing

chmod 640 /etc/sudoers

To enable edit /etc/sudoers as:

26c26
< %sudo ALL=(ALL:ALL) NOPASSWD: ALL
---
> %sudo ALL=(ALL:ALL) ALL

Keyword: visudo


Table of Contents
QR Code
QR Code tech:linux:sudo_without_password (generated for current page)