lchage: add page (#10754)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
shellheim 2023-09-27 13:24:36 +00:00 committed by GitHub
parent 21bbd4978b
commit 99047ec3b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages/linux/lchage.md Normal file
View File

@ -0,0 +1,20 @@
# lchage
> Display or change user password policy.
> More information: <https://manned.org/lchage>.
- Disable password expiration for the user:
`sudo lchage --date -1 {{username}}`
- Display the password policy for the user:
`sudo lchage --list {{username}}`
- Require password change for the user a certain number of days after the last password change:
`sudo lchage --maxdays {{number_of_days}} {{username}}`
- Start warning the user a certain number of days before the password expires:
`sudo lchage --warndays {{number_of_days}} {{username}}`