LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   rsh starting a background process (https://www.linuxquestions.org/questions/linux-software-2/rsh-starting-a-background-process-153433/)

clockworks 03-04-2004 09:33 AM

rsh starting a background process
 
i want rsh to start konsole in the background on a remote machine and then quit without first waiting for the konsole process to end. my command line looks like this:

rsh remote_host 'setenv DISPLAY blah:0 ; konsole &'

and i want it to return immediately so i can exit the shell that started rsh. putting the above line (the rsh process) in the background causes the rsh process to be suspended immediately and thus i can't exit the shell that started it.

thanks for the help.


All times are GMT -5. The time now is 06:11 PM.