Linux chage命令:更改用户密码到期信息。
Linux chage命令 功能描述
使用chage命令可以更改用户密码到期信息。
Linux chage命令 语法
chage [选项] [用户名]
命令中各选项的含义如下表所示。
Linux chage命令 示例
设置用户shanghai两次改变密码之间相距的最小天数为2
[root@rhel ~]# chage -m 2 shanghai
设置用户shanghai两次改变密码之间相距的最大天数为10
[root@rhel ~]# chage -M 10 shanghai
设置用户shanghai在密码过期之前警告的天数为1
[root@rhel ~]# chage -W 1 shanghai
设置用户shanghai密码失效时间为10天
[root@rhel ~]# chage -I 10 shanghai
设置用户shanghai账户过期时间为2028-10-10
[root@rhel ~]# chage -E 2028-10-10 shanghai
显示用户shanghai当前密码失效的信息
[root@rhel ~]# chage -l shanghai
Last password change : Aug 18,2013
Password expires : Aug 28,2013
Password inactive : Sep 07,2013
Account expires : Oct 10,2028
Minimum number of days between password change :2
Maximum number of days between password change :10
Number of days of warning before password expires :1
用交互式的方式设置用户beijing的密码时效
[root@rhel ~]# chage beijing
Changing the aging information for beijing
Enter the new value, or press ENTER for the default
Minimum Password Age[0]:2
Maximum Password Age[99999]:10
Last Password Change(YYYY-MM-DD)[2013-08-18]:2028-02-04
Password Expiration Warning[7]:1
Password Inactive[-1]:10
Account Expiration Date(YYYY-MM-DD)[1969-12-31]:2028-10-10