|
|
1 # /etc/sudoers
2 #
3 # This file MUST be edited with the 'visudo' command as root.
4 #
5 # See the man page for details on how to write a sudoers file.
6 #
7
8 # Host alias specification
9 Host_Alias local=debian-scil
10 Host_Alias whole=debian-scil,sun,luan
11
12 # User alias specification
13 User_Alias scil=scil
14
15 # Cmnd alias specification
16 Cmnd_Alias common=/sbin/halt,/sbin/reboot,/sbin/shutdown
17 # User privilege specification
18 root ALL=(ALL) ALL
19 scil local=(scil)common
这是错误信息:
scil@debian-scil:~$ sudo /sbin/reboot
>>> sudoers file: syntax error, line 8 <<<
>>> sudoers file: syntax error, line 9 <<<
>>> sudoers file: syntax error, line 12 <<<
>>> sudoers file: syntax error, line 15 <<<
>>> sudoers file: syntax error, line 18 <<<
我是按照一本叫做<linux系统管理技术性手册>做的
本来 在论坛搜了搜
可是没找到范例
大家帮帮忙啊 |
|