mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 08:52:01 +00:00
Update cheatsheets
This commit is contained in:
17
linux/qm-reset
Normal file
17
linux/qm-reset
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# qm reset
|
||||
|
||||
> Reset a virtual machine on QEMU/KVM Virtual Machine Manager.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Reset a virtual machine:
|
||||
|
||||
`qm reset {{vm_id}}`
|
||||
|
||||
- Reset a virtual machine and skip lock (only root can use this option):
|
||||
|
||||
`qm reset --skiplock {{true}} {{vm_id}}`
|
||||
Reference in New Issue
Block a user