求救!!!unable to open password file!

求救!!!unable to open password file!

在RH7.0当中用root登录,不能用useradd *命令 ,一用就说unable to open password file
#vi passwd
这个时候说这个文件是只读的???但我是root啊!!!
      
ls /etc/passwd -l
应该得到:
-rw-r--r--    1 root     root         1133 Mar 20 09:03 passw
如果是:
-r--r--r--    1 root     root         1133 Mar 20 09:03
的话

得用
chmod 644 /etc/passwd
改为可读写