在Linux上如何查看用户帐户密码过期详细信息
时间:2019-08-20 17:58:31 来源:igfitidea点击:
要获取用户帐户密码过期的详细信息,我们可以使用命令 chage。
“chage”命令也可用于设置账户和密码到期时间
语法:
chage -l User-Name
示例查看用户Hyman的账号密码过期信息
[root@localhost ~]# chage -l Hyman Last password change : Mar 27, 2014 Password expires : never Password inactive : never Account expires : never Minimum number of days between password change : 0 Maximum number of days between password change : 99999 Number of days of warning before password expires : 7 [root@localhost ~]#