useradd, userdel, usermod: highlighting both long and short options (#14338)
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|
||||
- Remove a user in other root directory:
|
||||
|
||||
`sudo userdel --root {{path/to/other/root}} {{username}}`
|
||||
`sudo userdel {{-R|--root}} {{path/to/other/root}} {{username}}`
|
||||
|
||||
- Remove a user along with the home directory and mail spool:
|
||||
|
||||
`sudo userdel --remove {{username}}`
|
||||
`sudo userdel {{-r|--remove}} {{username}}`
|
||||
|
Reference in New Issue
Block a user