Bauer: 2024-08-01 15:58:56
This commit is contained in:
parent
386ddb8fdd
commit
27d8c9fbf4
7
Technik/Qubes-os.md
Normal file
7
Technik/Qubes-os.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user