mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
lchage: add page (#10754)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
21bbd4978b
commit
99047ec3b4
20
pages/linux/lchage.md
Normal file
20
pages/linux/lchage.md
Normal 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}}`
|
Loading…
Reference in New Issue
Block a user