How to automatically change the user password in Linux (directly run the command instead of entering the password on the terminal)

Source: Internet
Author: User
In Linux, the user password is automatically modified (by using commands instead of entering the password on the terminal) in the format of www.2cto. comEcho password | passwd & amp; ndash; stdin username www.2cto.com example: change the password of user name wyl to 1231 $ echo & amp; #39; 123 & amp; #39; | pa...
In Linux, the user password is automatically changed (directly input the password through commands rather than on the terminal). Format: www.2cto.com Echo password | passwd-stdin username www.2cto.com example: change the password of the user name wyl to 1231 $ echo '000000' | passwd -- stdin wyl2Changing password for user wyl.3passwd: all authentication tokens updated successfully.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.