系统安全管理
-
Linux口令过期不查有多危险?
方法1:使用 chage 命令(推荐)chage 是专用于管理密码时效的工具,提供清晰的口令过期信息:sudo chage -l 用户名 # 需root权限输出示例:Last password change : Jun 15, 2024Password expires : Sep 13, 2024 # 密码过期……
方法1:使用 chage 命令(推荐)chage 是专用于管理密码时效的工具,提供清晰的口令过期信息:sudo chage -l 用户名 # 需root权限输出示例:Last password change : Jun 15, 2024Password expires : Sep 13, 2024 # 密码过期……