-1

How to allow all users under a particular group can only run the "dnf" command with "sudo" and without entering any password?

1 Answers1

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