欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

aix下面新用户修改密码错误的解决方法

程序员文章站 2022-03-10 08:23:12
...

When trying to change the password with the command "passwd" it returns that the user does not exist.

passwd <USER>
passwd: changing password for <USER>
passwd:	<USER> does not exist


解决办法:

cd /usr/bin
chown root:sys passwd
chmod 6555 passwd
 

 

相关标签: AIX