I'm connected to linux machine using mobax terminal, I want to run exe from terminal and that exe shoud be in running mode even if I close that terminal .
Important Information These are community forums and not official technical support. If you need official support: Contact Us
The following comments are owned by whoever posted them. We are not responsible for them in any way.
Back to Threads Reply to Thread
I'm connected to linux machine using mobax terminal, I want to run exe from terminal and that exe shoud be in running mode even if I close that terminal .
Use "nohup"
Assuming Crossover is in a multi-user installation:
nohup /opt/cxoffice/bin/wine --cx-app winword.exe
in a single user installation
nohup ~/cxoffice/bin/wine --cx-app winword.exe
That will allow the process to continue after the terminal is closed.
The pertinant manual section is: https://www.codeweavers.com/support/docs/crossover-linux/usingcrossover#appruncl
Please Note: This Forum is for non-application specific questions relating to installation/configuration of CrossOver. All application-specific posts to this Forum will be moved to their appropriate Compatibility Center Forum.
CrossOver Forums: the place to discuss running Windows applications on Mac and Linux