리눅스 서버운영시 사용자의 계정이 비밀번호 입력 초과 또는 오랫동안 미사용으로 인해 잠겨있는 상태를 해제하는 명령어 입니다.
This command unlocks the locked state of a user’s account due to excessive password entry or long-term inactivity when operating a Linux server.
1. 계정상태 확인(Check account status)
pam_tally2 -u account_id
2. 계정 잠금 해제(unlock account)
pam_tally2 -u account_id --reset
3. 계정 expire 해제(Unexpired account)
계정이 잠기는 것을 해제하는 명령어 입니다. 필요한 계정에 적용하여 사용할 수 있습니다.
This is a command to unlock the account. You can use it by applying it to the account you need.
chage -E -1 -M 99999 account_id
chage -E -1 -M 99999 account_id
chage -E -1 -I 0 -m 0 -M 99999 account_id