更改root密碼:Authentication token manipulation error 分享

season0891發表於2010-07-02

1 現象

#passwd
Changing password for user root.
New UNIX password:
Retype new UNIX password:
passwd: Authentication token manipulation error

2 解決方法

chattr -i /etc/passwd
chattr -i /etc/shadow

 

# passwd
Changing password for user root.
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully.

chattr +i /etc/passwd
chattr +i /etc/shadow

 

 

3.原因分析:下面兩個檔案加了+i屬性

/etc/passwd
/etc/shadow

我正在玩搜狐微博,快來“關注”我,瞭解我的最新 動態吧。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/90618/viewspace-667024/,如需轉載,請註明出處,否則將追究法律責任。

相關文章