linux系统管理之批量修改密码命令chpasswd
创始人
2024-06-09 10:40:53
0

前面遇到很多中linux系统管理的方式,今天给大家搜集了关于linux系统管理中使用chpasswd命令的信息。相信它会给大家的带来高效率的工作,希望大家看后会有很大收获。

命令:chpasswd

NAME
chpasswd - update password file in batch

SYNOPSIS
chpasswd [-e]

DESCRIPTION
chpasswd  reads  a  file  of user name and password pairs from standard input and uses this information to update a group of existing users. Without the -e switch, the passwords are expected to be cleartext. With the -e switch, the passwords are expected to be in encrypted form.  Each line is of the format

user_name:password

The  named user must exist.  The supplied password will be encrypted as necessary, and the password age updated, if
present.

This command is intended to be used in a large system environment where many accounts are created at a single time.

CAVEATS
The input file must be protected if it contains unencrypted passwords.

执行方法:

先创建用户密码对应文件,格式为username:password,如abc:abc123,保存成文本文件ab.txt.执行命令:chpasswd

以上是运用chpasswd命令来批量修改密码。是linux系统管理中的捷径。

【编辑推荐】

  1. linux磁盘命令管理优势特点之:df命令全面解析
  2. linux磁盘管理命令之dd命令讲解
  3. linux磁盘管理命令之:du命令详解
  4. 为加快速度关闭Linux下不必要的系统服务
  5. linux磁盘命令中df命令的作用

相关内容

热门资讯

如何允许远程连接到MySQL数... [[277004]]【51CTO.com快译】默认情况下,MySQL服务器仅侦听来自localhos...
如何利用交换机和端口设置来管理... 在网络管理中,总是有些人让管理员头疼。下面我们就将介绍一下一个网管员利用交换机以及端口设置等来进行D...
施耐德电气数据中心整体解决方案... 近日,全球能效管理专家施耐德电气正式启动大型体验活动“能效中国行——2012卡车巡展”,作为该活动的...
Windows恶意软件20年“... 在Windows的早期年代,病毒游走于系统之间,偶尔删除文件(但被删除的文件几乎都是可恢复的),并弹...
20个非常棒的扁平设计免费资源 Apple设备的平面图标PSD免费平板UI 平板UI套件24平图标Freen平板UI套件PSD径向平...
德国电信门户网站可实时显示全球... 德国电信周三推出一个门户网站,直观地实时提供其安装在全球各地的传感器网络检测到的网络攻击状况。该网站...
着眼MAC地址,解救无法享受D... 在安装了DHCP服务器的局域网环境中,每一台工作站在上网之前,都要先从DHCP服务器那里享受到地址动...
为啥国人偏爱 Mybatis,... 关于 SQL 和 ORM 的争论,永远都不会终止,我也一直在思考这个问题。昨天又跟群里的小伙伴进行...