> Linux教程 > linux基础 >

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

使用到了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)