1
0
Fork 0
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:
Managor 2025-08-06 19:21:38 +03:00 committed by GitHub
parent d4f6b4d123
commit 306afe64d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages/linux/pveum.md Normal file
View 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`