[linux] passwd: Authentication token manipulation errorIT/linux2022. 8. 25. 22:57
Table of Contents
root@test1:~# passwd root
New password:
Retype new password:
Sorry, passwords do not match.
passwd: Authentication token manipulation error
passwd: password unchanged
root@test:~# passwd root
New password:
Retype new password:
Sorry, passwords do not match.
passwd: Module is unknown
passwd: password unchanged
solution
chmod 0640 /etc/shadow
mount -o remount,rw /
'IT > linux' 카테고리의 다른 글
[linux] E: could not get lock /var/lib/dpkg/lock-frontend. It is held by process (0) | 2022.08.25 |
---|---|
[linux] unable to resolve host : Name or service not known (0) | 2022.08.25 |
[linux] Raid 변경 후 mount (0) | 2021.05.27 |
[firewalld] Failed to start firewalld.service: Unit is masked. (0) | 2021.02.19 |
[linux] [Hardware Error]: Machine check events logged (0) | 2021.01.28 |
@주니- :: 주니
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!