QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
Using 'on' to run applications remotely |
Ref. No. |
QNX.000003853 |
Category(ies) |
Utilities |
Issue |
We want to run (from node2) an application on node1 using node1's console. for both a Photon and QNX based app.
|
Solution |
QNX console: on -r //1/ -f 1 -t //1/dev/con1 program &
Photon: on -r //1/ -f 1 'program -s1'
|
|