mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-03 15:25:03 -04:00
Clarify description of qrexec-client example
This commit is contained in:
parent
b4550e6c21
commit
ebf34a6390
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ creates an empty file called `hello-world.txt` in the home folder of `someVM`.
|
||||||
The string before the colon specifies what user to run the command as.
|
The string before the colon specifies what user to run the command as.
|
||||||
The `-e` flag tells `qrexec-client` to exit immediately after sending the execution request and receiving a status code from `qrexec-agent` (whether the process creation succeeded).
|
The `-e` flag tells `qrexec-client` to exit immediately after sending the execution request and receiving a status code from `qrexec-agent` (whether the process creation succeeded).
|
||||||
With this option, no further data is passed between the domains.
|
With this option, no further data is passed between the domains.
|
||||||
By contrast, the following command demonstrates an open channel between two VMs: in this case, a remote shell.
|
By contrast, the following command demonstrates an open channel between dom0 and someVM (in this case, a remote shell):
|
||||||
|
|
||||||
qrexec-client -d someVM user:bash
|
qrexec-client -d someVM user:bash
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue