当前位置: > Linux教程 > linux基础 >

linux下不用expect也可单行命令修改密码的方法

时间:2014-09-20 00:49来源:linux.it.net.cn 作者:it
使用到了passwd的--stdin,不需要expect,一行命令搞定修改用户密码。

使用到了passwd的--stdin,不需要expect,一行命令搞定修改用户密码。
[root@fly root]# echo 222222|passwd --stdin root
Changing password for user root.
passwd: all authentication tokens updated successfully.

 
(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容