multiple pages: change user_name to username (#3841)

This commit is contained in:
Lucas Gabriel Schneider
2020-02-08 15:56:05 -03:00
committed by GitHub
parent 2c9b7c9f5c
commit 26e019b295
10 changed files with 23 additions and 23 deletions

View File

@@ -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:

View File

@@ -8,7 +8,7 @@
- Start htop displaying only processes owned by given user:
`htop -u {{user_name}}`
`htop -u {{username}}`
- Get help about interactive commands:

View File

@@ -9,12 +9,12 @@
- Add a specified user to Samba and set password(user should already exist in system):
`smbpasswd -a {{user_name}}`
`smbpasswd -a {{username}}`
- Modify an existing Samba user's password:
`smbpasswd {{user_name}}`
`smbpasswd {{username}}`
- Delete a Samba user:
`smbpasswd -x {{user_name}}`
`smbpasswd -x {{username}}`

View File

@@ -12,7 +12,7 @@
- Show only processes owned by given user:
`top -u {{user_name}}`
`top -u {{username}}`
- Show the individual threads of a given process: