#!/bin/bash cat << EOF >> /etc/login.defs PASS_MAX_DAYS 90 EOF
修改linux新建账户时的过期时间
原文:https://www.cnblogs.com/liweiming/p/10761778.html