1、修改密码时报错:

错误信息:‘passwd: Authentication token manipulation error’

[root@localhost test]# echo '12345678' | passwd --stdin ning
Changing password for user ning.
passwd: Authentication token manipulation error

 2、问题原因:

安全加固的时候修改了passwd、shadow 的权限导致

[root@localhost test]# ll /etc |grep -E 'passwd|shadow'
-rw-r--r--.  1 root root   2044 Apr 15  2016 passwd
-r--------   1 root root   1511 Dec  5 15:07 shadow

 

 

 

摘自:http://www.linuxdiyf.com/linux/9185.html

相关文章:

  • 2021-09-17
  • 2021-07-28
  • 2021-09-13
  • 2021-07-21
  • 2021-07-22
  • 2022-12-23
  • 2021-10-29
猜你喜欢
  • 2021-07-21
  • 2021-11-22
  • 2021-10-04
  • 2022-12-23
  • 2023-03-20
  • 2022-03-03
相关资源
相似解决方案