|
|

楼主 |
发表于 2008-5-28 03:57:28
|
显示全部楼层
就是有问题才问一问呀。
cat /etc/sudoers
# /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for details on how to write a sudoers file.
#
Defaults env_reset
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL) ALL
adm ALL=(ALL) ALL
id dul
uid=500(dul) gid=500(dul) groups=500(dul),4(adm),20(dialout),24(cdrom),25(floppy),29(audio),44(video),46(plugdev) |
|