Table of Contents

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