无法为新添加的linux用户设置密码

时间:2012-03-05 14:35:17

标签: linux bash shell

我使用此cmd添加新用户和新组。

# groupadd lfs
# useradd -s /bin/bash -g lfs -m -k /dev/null lfs
# su lfs
$ passwd
Changing password for lfs.
(current) UNIX password: 

然后无论我输入什么密码(我的root passwd或全新的密码),它们都会失败。

$ passwd
Changing password for lfs.
(current) UNIX password: 
passwd: Authentication token manipulation error
passwd: password unchanged

我的设置有什么问题?如何成功设置passwd?谢谢!

1 个答案:

答案 0 :(得分:2)

成为root,然后更改密码。它不会要求输入当前密码。

su
passwd lfs