The visudo tag has no wiki summary.
28
votes
3answers
2k views
What are the differences between sudo, su, visudo, chroot, and gksu?
What are the differences between sudo, su, visudo, chroot, and gksu ?
1
vote
3answers
81 views
Do I have to do a new installation?
I was in the /etc/sudoers and might done something wrong, beacuse after I couldn“t use the commandline again. Maybe i deleted sudo in /etc/sudoers. It said something was wrong i line 28. What can I do ...
7
votes
1answer
120 views
How disable mysql command in sudoers file?
How can I disable /usr/bin/mysql command in sudoers file? I've tried to use it this way:
%tailonly ALL=!/usr/bin/mysql
But when I access user 'tailonly' of group 'tailonly', this command is still ...
2
votes
1answer
96 views
Is there a GUI to `visudo`?
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.
-6
votes
1answer
892 views
How to sudo visudo without a password, remove all prompts for password [closed]
Websites tell me to use sudo when I have no password, usually tell me one of two things.
It is bad security
Or use 'sudo visudo' and the %admin ALL=(ALL) NOPASSWD: ALL line
I would like to not ...