前戏
使用echo命令,可以实现很方便、快捷地修改用户密码
使用方法
- 语法
# echo password | passwd --stdin username
- 示例
# echo "123456" | passwd --stdin root
Changing password for user root.
passwd: all authentication tokens updated successfully.
使用echo命令,可以实现很方便、快捷地修改用户密码
# echo password | passwd --stdin username
# echo "123456" | passwd --stdin root
Changing password for user root.
passwd: all authentication tokens updated successfully.