Bauer: 2024-08-01 15:58:56

This commit is contained in:
ralfk
2024-08-01 15:58:56 +02:00
parent 386ddb8fdd
commit 27d8c9fbf4
+7
View File
@@ -0,0 +1,7 @@
#### Copy Text from one VM to dom:0 or to other VM :
In a Terminal do
```
qvm-run --pass-io <src-vm> 'cat /path/to/file_in_src_domain' > /path/to/file_name_in_dom0
qvm-run --pass-io personal 'cat /path/to/file_in_src_domain' > /path/to/file_name_in_dom0
```