mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 14:58:39 +00:00
Update cheatsheets
This commit is contained in:
@@ -16,6 +16,18 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`pveum {{[u|user]}} {{[a|add]}} {{username}}@pve`
|
||||
|
||||
- Add a user with an email, description, and password:
|
||||
|
||||
`pveum {{[u|user]}} {{[a|add]}} {{username}}@pve --email {{email_address}} --comment {{description}} --password {{password}}`
|
||||
|
||||
- Change user password:
|
||||
|
||||
`pveum {{[pa|passwd]}} {{[username}}@pve`
|
||||
|
||||
- Delete a user:
|
||||
|
||||
`pveum {{[u|user]}} {{[d|delete]}} {{username}}@pve`
|
||||
|
||||
- Give a user access to a specific VM with specific permissions:
|
||||
|
||||
`pveum {{[a|acl]}} {{[m|modify]}} /vms/{{1000}} --user {{username}}@pve --role {{PVEVMUser}}`
|
||||
|
||||
Reference in New Issue
Block a user