Quite simply, is there a GUI to visudo
I can recommend to other users, and use for myself? I have to set up a system where over 50 users have different sudo privileges and I need to juggle them all.
Asked
Active
Viewed 583 times
2

nanofarad
- 20,717
1 Answers
-2
1- "The configuration file for sudo is /etc/sudoers. It should always be edited with the visudo command. visudo locks the sudoers file, saves edits to a temporary file, and checks that file's grammar before copying it to /etc/sudoers."
2- Automatic repetitive work is generally best done via a script, not a GUI.

kaan
- 661
-
You are correct, but I need to provide the program to non-computer-oriented school staff. – nanofarad Oct 30 '12 at 11:50
-
Are you the one who will change the sudoers file, or the owner of each computer? Only root is allowed to change the file. – kaan Oct 30 '12 at 12:27
-
I am not the one modifying. The owner will. They can elevate already. – nanofarad Oct 30 '12 at 12:27
-
sudoers
can be directed to this question for a GUI. – nanofarad Oct 30 '12 at 11:34