|

楼主 |
发表于 2008-7-28 20:22:48
|
显示全部楼层
Post by suddenkiller;1879551
用户权限的问题,查su和sudo。
[tmp@localhost ~]$ sudo fdisk -l
[sudo] password for tmp:
Sorry, try again.
[sudo] password for tmp:
tmp is not in the sudoers file. This incident will be reported.
[tmp@localhost ~]$ su root
密码:
[root@localhost tmp]# fdisk -l
bash: fdisk: command not found
[root@localhost tmp]#
[root@localhost tmp]# fdisk -l
bash: fdisk: command not found
[root@localhost tmp]# shutdown -r now
bash: shutdown: command not found
[root@localhost tmp]# |
|