ncyhl
  • passwd 命令手动修改:
[root@localhost user]# passwd user
Changing password for user user.
New password: 
Retype new password: 
passwd: all authentication tokens updated successfully.
[root@localhost user]#

  

  • passwd 命令 命令行修改
[root@localhost user]# echo \'Abc@123.\'|passwd --stdin user

 

chpasswd 命令,命令行修改

[root@localhost user]# echo \'user:Abc@123.\'|chpasswd

  

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-03
  • 2021-12-03
  • 2021-12-13
  • 2021-11-03
  • 2021-12-03
  • 2021-10-11
猜你喜欢
  • 2021-12-13
  • 2021-12-03
  • 2021-12-21
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
相关资源
相似解决方案