#howto sudo on Fedora w/o password
Add user to group wheel :
sudo usermod -aG wheel habib
Allow to sudo without password :
sudo vi /etc/sudoers
Uncomment the following line
## Same thing without a password
%wheel ALL=(ALL) NOPASSWD: ALL
Add user to group wheel :
sudo usermod -aG wheel habib
Allow to sudo without password :
sudo vi /etc/sudoers
Uncomment the following line
## Same thing without a password
%wheel ALL=(ALL) NOPASSWD: ALL