Files
cheatsheet-tldr/tldr/linux/pveum
2025-08-07 00:22:23 +00:00

22 lines
334 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`