Leaving firefox running remotely through a ssh connection

JD jd1008 at gmail.com
Tue Aug 3 23:54:22 UTC 2010


  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.




More information about the users mailing list