http://www.jb51.net/os/Ubuntu/164636.html

1, restart

2, Hold down shift key / press and hold

3, select "recovery mode"

4, select "root      Drop to root shell prompt"

5, check username : cat /etc/shadow

6, :passwd "username"

error: c“-passwd:Authenticationtoken manipulation error“

reason: recovery mode is read-only filesystems, 

check authority : lsattr /etc/shadow

solution: change file systems authority : mount / -o rw,remount

相关文章:

  • 2021-08-02
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-11-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
  • 2022-01-21
  • 2022-12-23
  • 2021-11-23
相关资源
相似解决方案