Virsh edit: Difference between revisions
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
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> | |||
</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?