Search
Categories
Linux : passwd: Authentication token manipulation error
While trying to assign password to one of my user, I am getting this error message
[email protected]:~/LAMP$ sudo passwd salaryuser passwd: Authentication token manipulation error passwd: password unchanged
tried this –
Code:
[email protected]:~/LAMP$ sudo mount -rw -o remount / [email protected]:/home/serveradmin/LAMP# passwd salaryuser
type your passwd
Done
01.