Virsh edit: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
Used to edit a [[Linux Virtualization Concepts#VM_Definition|VM definition]]. | Used to edit a [[Linux Virtualization Concepts#VM_Definition|VM definition]]. | ||
< | <syntaxhighlight lang='bash'> | ||
virsh edit <vm-name> | virsh edit <vm-name> | ||
</ | </syntaxhighlight> | ||
<font color=darkgray>Does it matter whether the VM is running or shut down while we edit?</font> |
Latest revision as of 06:15, 4 December 2020
Internal
Overview
Used to edit a VM definition.
virsh edit <vm-name>
Does it matter whether the VM is running or shut down while we edit?