专注于云服务器
VPS主机优惠测评
国内免备案虚拟主机

linux如何修改密码

linux修改密码的方法:使用chpasswd命令,命令行修改,代码为【[root@localhost testuser]# echo 'testuser:!@#$5678'|chpasswd】。

linux如何修改密码

linux修改密码的方法:

1、passwd 命令,手动修改:

[root@localhost testuser]# passwd testuser Changing password for user testuser. New password:  Retype new password:  passwd: all authentication tokens updated successfully. [root@localhost testuser]#

2、passwd 命令,命令行修改:

[root@localhost testuser]# echo '!@#$5678'|passwd --stdin testuser

3、chpasswd 命令,命令行修改

[root@localhost testuser]# echo 'testuser:!@#$5678'|chpasswd

相关免费学习推荐:linux视频教程

以上就是linux如何修改密码的详细内容,更多请关注名铺123其它相关文章!

赞(0) 打赏
转载请注明出处:晓波笔记 » linux如何修改密码
分享到: 更多 (0)
megalayer云服务器

raksmart云服务器

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

晓波笔记-VPS主机,云服务器优惠促销测评

QQ:87304394

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏