mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:33:50 +02:00
pveum: add page (#17494)
This commit is contained in:
parent
d4f6b4d123
commit
306afe64d8
1 changed files with 16 additions and 0 deletions
16
pages/linux/pveum.md
Normal file
16
pages/linux/pveum.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# pveum
|
||||
|
||||
> Manage proxmox users.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/pveum.1.html>.
|
||||
|
||||
- List users:
|
||||
|
||||
`pveum user list`
|
||||
|
||||
- Add a user:
|
||||
|
||||
`pveum user add {{username}}@pve`
|
||||
|
||||
- Delete a user:
|
||||
|
||||
`pveum user delete {{username}}@pve`
|
Loading…
Add table
Reference in a new issue