Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use the chpasswd command of linux to update passwords in bulk

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you the use of linux's chpasswd command to update passwords in batches. I hope you will gain a lot after reading this article. Let's discuss it together.

The chpasswd command is a tool for updating user passwords in batches, redirecting the contents of a file to / etc/shadow.

The chpasswd command reads the user's name and password from the standard input of the system and uses this information to update the password of the user that already exists on the system.

Syntax format: chpasswd [parameters]

Common parameters:

-e the password entered is encrypted ciphertext-m when the supported password is not encrypted, use MD5 encryption instead of DES encryption-h to display help information and exit

Reference example

Using the chpasswd command to change passwords in batches is a shortcut in linux system management:

[root@linuxcool ~] # cat user.txtlinuxcool:redhat [root@linuxcool ~] # chpasswd < user.txt after reading this article, I believe you have some understanding of using linux's chpasswd command to update passwords in batches. You want to know more about it. Welcome to follow the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report