344
345
346
347
348
349
350
351
352
353
|
Each virtual machine directory contains:
1. startup script, named **start**
2. monitor socket named **monitor**
3. pid file **pid**
4. One or more drive images. Each image can have several backing files (snapshots). All references to the drive images or to backing files within drive images use relative paths, so you can move directory around, and machine would still work.
|
>
>
>
>
>
>
>
>
|
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
|
Each virtual machine directory contains:
1. startup script, named **start**
2. monitor socket named **monitor**
3. pid file **pid**
4. One or more drive images. Each image can have several backing files (snapshots). All references to the drive images or to backing files within drive images use relative paths, so you can move directory around, and machine would still work.
FILES
=====
**/etc/vws.conf**, _\${HOME}_**/.vwsrc**, _\${HOME}_**/VWs**
SEE ALSO
========
**find\_free\_port**(1), **qemu-system**(1), **brctl**(8)
|