mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
qm-status: add page (#9180)
This commit is contained in:
parent
50212a56e7
commit
93aa6d3291
1 changed files with 12 additions and 0 deletions
12
pages/linux/qm-status.md
Normal file
12
pages/linux/qm-status.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# qm status
|
||||
|
||||
> Show virtual machine status.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Display the status of a specific virtual machine:
|
||||
|
||||
`qm status {{vm_id}}`
|
||||
|
||||
- Display detailed status of a specific virtual machine:
|
||||
|
||||
`qm status --verbose {{true}} {{vm_id}}`
|
Loading…
Add table
Reference in a new issue