Remote execution of a program

Steve Reilly sfreilly at roadrunner.com
Sat Sep 12 04:26:07 UTC 2009


Keith Clark wrote:
> On Sat, 2009-09-12 at 00:12 -0400, Steve Reilly wrote:
>> Keith Clark wrote:
>>> On Sat, 2009-09-12 at 00:04 -0400, Steve Reilly wrote:
>>>> Keith Clark wrote:
>>>>> How can I log into another computer via ssh, start a gui application,
>>>>> then log out and leave it running on the remote computer.  Is this even
>>>>> possible?
>>>>>
>>>>> Keith
>>>>>
>>>>>
>>>>>
>>>> man nohup   ?
>>>>
>>> Ok, I've read that.  How do I use it?
>>>
>>>
>>>
>>>
>> ssh to server
>> nohup commandyouwanttoexecute
>> logout
>>
>> will continue to run after you logout
>>
> If the program is a gui program, will I get the opportunity to work with
> it first?
> 
> Do I need to:
> nohup command &
> 
> Keith
> 
> 
> 
were both learning here, ive never used it before.  tried it just now to
my myth server like ssh -Y server to forward x thinking when i ran nohup
firefox it would forward it to me, but it didnt.  but checking to see if
firefox was running, and it was (ps aux | firefox)  what are you trying
to do?  what do you want to run?



-- 
Steve Reilly

http://reillyblog.com






More information about the ubuntu-users mailing list