mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 00:43:38 +00:00
22 lines
382 B
Plaintext
22 lines
382 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 {{[u|user]}} {{[l|list]}}`
|
|
|
|
- Add a user:
|
|
|
|
`pveum {{[u|user]}} {{[a|add]}} {{username}}@pve`
|
|
|
|
- Delete a user:
|
|
|
|
`pveum {{[u|user]}} {{[d|delete]}} {{username}}@pve`
|