偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

linux系統(tǒng)管理之批量修改密碼命令chpasswd

運維 系統(tǒng)運維
本文講述了在linux系統(tǒng)管理中,使用chpasswd命令來批量修改密碼,先創(chuàng)建用戶密碼對應(yīng)文件,再執(zhí)行命令等,具體如下。

前面遇到很多中l(wèi)inux系統(tǒng)管理的方式,今天給大家搜集了關(guān)于linux系統(tǒng)管理中使用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.

執(zhí)行方法:

先創(chuàng)建用戶密碼對應(yīng)文件,格式為username:password,如abc:abc123,保存成文本文件ab.txt.執(zhí)行命令:chpasswd

以上是運用chpasswd命令來批量修改密碼。是linux系統(tǒng)管理中的捷徑。

【編輯推薦】

  1. linux磁盤命令管理優(yōu)勢特點之:df命令全面解析
  2. linux磁盤管理命令之dd命令講解
  3. linux磁盤管理命令之:du命令詳解
  4. 為加快速度關(guān)閉Linux下不必要的系統(tǒng)服務(wù)
  5. linux磁盤命令中df命令的作用
責(zé)任編輯:薛輩輩 來源: linux
相關(guān)推薦

2010-03-18 16:48:22

Linux命令

2010-03-18 16:51:32

2010-03-18 16:57:02

Linux命令

2017-03-27 09:30:14

Linux系統(tǒng)管理技巧

2012-02-29 00:57:41

Linux系統(tǒng)

2010-03-04 14:44:05

Linux管理命令

2010-05-04 15:22:25

Unix系統(tǒng)

2023-08-28 10:49:13

Linux系統(tǒng)

2010-05-07 16:47:56

Unix系統(tǒng)

2017-10-20 14:59:43

2009-03-11 19:53:26

Linux系統(tǒng)工程師系統(tǒng)管理命令

2011-09-29 10:35:35

2010-05-05 15:56:37

Unix系統(tǒng)

2009-10-12 11:14:51

LinuxLinux磁盤文件系統(tǒng)管理

2010-04-07 18:42:42

Unix命令

2014-02-28 10:08:52

密碼策略系統(tǒng)管理員

2010-06-10 14:23:01

2010-12-28 09:16:00

2011-09-29 09:41:24

系統(tǒng)管理項目管理系統(tǒng)

2013-04-17 14:37:39

Linux系統(tǒng)管理員susudo
點贊
收藏

51CTO技術(shù)棧公眾號