|
我的PASSWD文件出现下面的情况:
[root@localhost etc]# [root@localhost etc]# ls -l passwd
[root@localhost etc]# -rw-r--r-- 1 root lenghan 1343 2005-07-22 passwd
[root@localhost etc]# [root@localhost etc]# chmod -f 777 passwd
chmod: 正在更改passwd的权限: 不允许的操作
[root@localhost etc]# [root@localhost etc]# chown -f root:root passwd
chmod: 正在更改passwd的权限: 不允许的操作
[root@localhost etc]# [root@localhost etc]# rm -f passwd
chmod: 正在更改passwd的权限: 不允许的操作
passwd文件不能做任何改动。也没有设置粘连位,但是用PASSWD命令可以更改用户密码,求教这是怎么回事。可能是什么原因导致,怎么样可以解决,请各位大大帮帮我!!! |
|