用户服务器中修改密码,输入passwd命令后,报错authentication token manipulation error
authentication token manipulation error
 
发生该错误原因是:
1、分区没有空间导致。
2、/etc/passwd 和/etc/shadow不同步
 
同步/etc/passwd 和/etc/shadow出错
 #pwconv
pwconv: cannot open /etc/shadow
 
authentication token manipulation error
隐藏属性,是不是你干的??
authentication token manipulation error
执行以下命令:
chattr -i /etc/passwd
authentication token manipulation error
我会说这样一下就好了嘛

相关文章:

  • 2021-10-04
  • 2021-07-21
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2018-01-16
  • 2022-01-23
  • 2021-06-07
  • 2021-11-22
  • 2022-12-23
相关资源
相似解决方案