|
|
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
|
|