Remote execution of a program

Jay Daniels tux at myt60.net
Sat Sep 12 04:25:14 UTC 2009


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
> 
> 
> 
> 
> -- 
> Steve Reilly
> 
> http://reillyblog.com
> 


Are you sure that will work?

I ran an X server on NT years ago and when I ran an graphical program it
popped up and ran remotely on the X server on the NT box, not on the
linux box.

nohup?  I think that just keeps the process running after you logout,
but if the gui is running remotely?  It didn't sound like that was what
he wanted to do.  Sounded like he wanted the program to run or popup on
the server side screen.


jay





More information about the ubuntu-users mailing list