onho 发表于 2013-1-28 23:21:10

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

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/binchown root:sys passwdchmod 6555 passwd 
 
页: [1]
查看完整版本: aix下面新用户修改密码错误的解决方法