2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00
sudo/sudoers

29 lines
580 B
Plaintext
Raw Normal View History

1994-02-10 18:47:04 +00:00
# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
#
1999-08-22 11:26:23 +00:00
# See the sudoers man page for the details on how to write a sudoers file.
1994-02-10 18:47:04 +00:00
#
# Host alias specification
1995-04-10 23:44:05 +00:00
# User alias specification
1994-02-10 18:47:04 +00:00
# Cmnd alias specification
# Defaults specification
1995-04-10 23:44:05 +00:00
# User privilege specification
1996-07-13 22:24:28 +00:00
root ALL=(ALL) ALL
# Uncomment to allow people in group wheel to run all commands
# %wheel ALL=(ALL) ALL
# Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL
# Samples
# %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
# %users localhost=/sbin/shutdown -h now