multiple pages: change user_name to username (#3841)
This commit is contained in:

committed by
GitHub

parent
2c9b7c9f5c
commit
26e019b295
@@ -4,15 +4,15 @@
|
||||
|
||||
- List password information for the user:
|
||||
|
||||
`chage -l {{user_name}}`
|
||||
`chage -l {{username}}`
|
||||
|
||||
- Enable password expiration in 10 days:
|
||||
|
||||
`sudo chage -M {{10}} {{user_name}}`
|
||||
`sudo chage -M {{10}} {{username}}`
|
||||
|
||||
- Disable password expiration:
|
||||
|
||||
`sudo chage -M -1 {{user_name}}`
|
||||
`sudo chage -M -1 {{username}}`
|
||||
|
||||
- Set account expiration date:
|
||||
|
||||
|
Reference in New Issue
Block a user