Chinaunix首页 | 论坛 | 博客
  • 博客访问: 38955
  • 博文数量: 19
  • 博客积分: 850
  • 博客等级: 准尉
  • 技术积分: 220
  • 用 户 组: 普通用户
  • 注册时间: 2005-11-18 00:03
文章分类

全部博文(19)

文章存档

2010年(1)

2009年(17)

2008年(1)

我的朋友
最近访客

分类: LINUX

2009-09-03 11:30:38

命令: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

阅读(432) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~