On 08/03/2010 04:38 PM, Paul Smith wrote: > Dear All, > > I am remotely running firefox through a ssh connection with the > following command: > > firefox -no-remote& > > and everything works fine. However, I would like to leave firefox > running remotely after quitting the ssh connection. Is that possible? > > Thanks in advance, > > Paul you can do this: nohup firefox -no-remote & And it will remain running after you log out. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines