Linux -- chage

CHAGE(1)                                                              用户命令                                                             CHAGE(1)

名称
       chage - 更改用户密码过期信息

大纲
       chage [选项] 登录

描述
       The chage command changes the number of days between password changes and the date of the last password change. This information is used by
       the system to determine when a user must change his/her password.

选项
       chage 命令可以接受的选项有:
********************************************************************************************************************

-m, --mindaysMIN_DAYS
           在密码更改之间的最小天数设置为 MIN_DAYS。此字段中的 0 值表示用户可以在任何时间更改其密码。

-M, --maxdaysMAX_DAYS
          
Set the maximum number of days during which a password is valid. When
MAX_DAYS plus LAST_DAY is less than the current day, the user will
          
be required to change his/her password before being able to use his/her
account. This occurrence can be planned for in advance by use of
           the -W option, which provides the user with advance warning.

MAX_DAYS 设置为 -1 会移除密码有效性检查。

-E, --expiredateEXPIRE_DATE        #账户失效日期,不同于 passwd 中的 -e or -x  选项,后者指密码失效日期
           Set the date or number of days since January 1, 1970 on which the user‘s account will no longer be accessible. The date may also be
           expressed in the format YYYY-MM-DD (or the format more commonly used in your area). A user whose account is locked must contact the
           system administrator before being able to use the system again.

EXPIRE_DATE 设置为 -1 会移除账户的过期日期。

-W, --warndaysWARN_DAYS
           Set the number of days
of warning before a password change is required. The WARN_DAYS option is
the number of days prior to the password
           expiring that a user will be warned his/her password is about to expire.

-I, --inactiveINACTIVE    #决定密码失效日期
           Set the number of days
of inactivity after a password has expired before the account is locked.
The INACTIVE option is the number of
           days of inactivity. A
user whose account is locked must contact the system administrator
before being able to use the system again.

密码的过期时间只能由 passwd -x N  or passwd -e 修改,账户的失效日期只能由 chage -E YYYY-MM-DD修改

在指定最小天数的选项,两者也不相同,passwd -n N ,   chage -m  N1 -M N2

*************************************************************************************************************************
       -d, --lastdayLAST_DAY
           Set the number of days
since January 1st, 1970 when the password was last changed. The date may
also be expressed in the format
           YYYY-MM-DD (or the format more commonly used in your area).

-l, --list
           现实账户年龄信息。

    # 在passwd 中这个选项是Lock

    #替代者为 -S (status)

-h, --help
           现实帮助信息并退出。

INACTIVE 设置为 -1 会移除账户禁用功能。

-R, --rootCHROOT_DIR
           Apply changes in the CHROOT_DIR directory and use the configuration files from the CHROOT_DIR directory.

如果没有选择任何选项,chage 会进入交互模式,以所有字段的当前值提示用户。输入一个新值可以更改这些字段,或者留空使用当前值。当前值出现在 [ ]
       标记对里。

注意
       chage 需要有一个影子密码文件才可用。

只有 root 才可以使用 chage,一个特殊情况是 -l 选项,用来让非特权用户觉得自己的密码或账户何时过期。

配置文件
       在 /etc/login.defs 中有如下配置变量,可以用来更改此工具的行为:

文件
       /etc/passwd
           用户账户信息。

/etc/shadow
           安全用户账户信息。

退出值
       chage 命令有如下退出值:

0
           成功

1
       2
           无效的命令语法

15
           无法找到影子密码文件

参见
       passwd(5), shadow(5).

shadow-utils 4.1.5.1                                                 2014-02-17                                                            CHAGE(1)

时间: 2024-10-13 19:23:38

Linux -- chage的相关文章

linux chage命令详解

chage命令 是用来修改帐号和密码的有效期限. 语法chage [选项] 用户名选项-m:密码可更改的最小天数.为零时代表任何时候都可以更改密码.-M:密码保持有效的最大天数.-w:用户密码到期前,提前收到警告信息的天数.-E:帐号到期的日期.过了这天,此帐号将不可用.-d:上一次更改的日期.-i:停滞时期.如果一个密码已过期这些天,那么此帐号将不可用.-l:例出当前的设置.由非特权用户来确定他们的密码或帐号何时过期.实例可以编辑/etc/login.defs来设定几个参数,以后设置口令默认就

chage命令详解

基础命令学习目录首页 原文链接:https://www.jb51.net/article/78693.htm linux chage命令简介: chage命令用于密码实效管理,该是用来修改帐号和密码的有效期限.它可以修改账号和密码的有效期.对于chage命令的描述如下所示: The chage command changes the number of days between password changes and the date of the last password change.

Linux指令详解useradd groupadd passwd chpasswd chage 密码修改

创建用户.设置密码.修改用户.删除用户: useradd testuser 创建用户testuser passwd testuser 给创建的用户testuser设置密码 说明:新创建的用户会在/home下创建一个用户目录testuser usermod --help 修改用户这个命令的相关参数 userdel testuser 删除用户testuser rm -rf testuser 删除用户testuser所在目录 上面的几个命令只有root账号才可以使用,如果你不知道自己的系统上面的命令在

linux中的chage命令

在LINUX系统上,密码时效是通过chage命令来管理的. 参数意思:-m 过多少天后可修改密码.为0时代表任何时候都可以更改密码.-M 过多少天后密码过期.-W 用户密码到期前,提前收到警告信息的天数.-E 到什么时候帐号失效,参数格式为2013-05-23,或从1970-01-01起到那天的天数.

Linux 用户和组 (6) chage

linux下chage命令详解 功能:修改帐号和密码的有效期限 用法:chage[-l][-m mindays][-M maxdays][-I inactive][-E expiredate][-W warndays][-d lastdays]username 选项与参数: -l :列出该帐号的详细密码参数: -d :后面接日期,修改 shadow 第三栏位(最近一次更改密码的日期),格式 YYYY-MM-DD -E :后面接日期,修改 shadow 第八栏位(帐号失效日),格式 YYYY-MM

linux中chage命令的基本使用

在Linux中chage命令常用于设置系统用户的账户属性 Usage: chage [options] LOGIN Options: -d, --lastday LAST_DAY set date of last password change to LAST_DAY -E, --expiredate EXPIRE_DATE set account expiration date to EXPIRE_DATE -h, --help display this help message and ex

Linux(CentOS)用户修改密码有效期(chage命令)

Linux设置用户密码的有效期限 解决: 先查看密码过期时间,现在是90天 1 2 3 4 5 6 7 8 [root@01 ~]# chage -l testuser Last password change     : Jul 10, 2017 Password expires     : Oct 08, 2018 Password inactive     : never Account expires     : never Minimum number of days between

Linux命令学习总结:chage

命令简介: 该命令用于密码时效管理.它可以修改账号和密码的有效期.对于chage命令的描述如下所示: The chage command changes the number of days between password changes and the date of the last password change. This information is used by the system to determine when a user must change his/her pas

linux命令:chage

  chage命令简介: 此个命令用于改变用户密码过期信息. 1.命令格式:   chage [OPTION] USERNAME 2.命令功能: 对用户密码过期信息进行相关操作. 3.命令参数: -d: 最近一次的修改时间 -E: 过期时间 -I:非活动时间 -m: 最短使用期限 -M: 最长使用期限 -W: 警告时间 4.命令实例: 1. chage -d 201610101200.30 donggen 指定用户donggen最后一次密码修改时间 [[email protected] ~]#