How to allow all users under a particular group can only run the "dnf" command with "sudo" and without entering any password?
Asked
Active
Viewed 199 times
1 Answers
0
first write The command EDITOR=nano visudo
as root
you will get inside the sudo config file
now type %TheGroupName ALL=(ALL:ALL) NOPASSWD: ALL
any where before the last line

GAP
- 41
- 1
- 5