Prev: Postfix+SASL: relay access denied
Next: NYC LOCAL: Tuesday 16 March 2010 Perl Seminar New York and NYLUG Hackfest
From: yawnmoth on 16 Mar 2010 01:50 If, in Ubuntu, you open a new terminal, do "firefox &" and then close the terminal Firefox will close, as well. Is there a way to make it so Firefox would stay open even if the Terminal from which it opened was closed?
From: unruh on 16 Mar 2010 02:06 On 2010-03-16, yawnmoth <terra1024(a)yahoo.com> wrote: > If, in Ubuntu, you open a new terminal, do "firefox &" and then close > the terminal Firefox will close, as well. Is there a way to make it > so Firefox would stay open even if the Terminal from which it opened > was closed? use screen screen firefox ^Ad To reattach it screen -r man screen
From: Bit Twister on 16 Mar 2010 02:19 On Mon, 15 Mar 2010 22:50:30 -0700 (PDT), yawnmoth wrote: > If, in Ubuntu, you open a new terminal, do "firefox &" and then close > the terminal Firefox will close, as well. Is there a way to make it > so Firefox would stay open even if the Terminal from which it opened > was closed? Have you tried nohup firefox &
From: Sidney Lambe on 16 Mar 2010 03:40 On comp.os.linux.misc, yawnmoth <terra1024(a)yahoo.com> wrote: > If, in Ubuntu, you open a new terminal, do "firefox &" and then close > the terminal Firefox will close, as well. Is there a way to make it > so Firefox would stay open even if the Terminal from which it opened > was closed? Screen, as mentioned on this thread, is a wonderful tool. It's my regular window manager. (Yes, I can run any X app I want to, though _in_ screen. I control X from screen.) But it's a big app and very complex and overkill for what you want to do. Here's a tiny utility that does just what you want and no more: http://sourceforge.net/projects/dtach/ Sid
From: Sidney Lambe on 16 Mar 2010 03:47 On comp.os.linux.misc, Sidney Lambe <sidneylambe(a)nospam.invalid> wrote: > On comp.os.linux.misc, yawnmoth <terra1024(a)yahoo.com> wrote: >> If, in Ubuntu, you open a new terminal, do "firefox &" and then close >> the terminal Firefox will close, as well. Is there a way to make it >> so Firefox would stay open even if the Terminal from which it opened >> was closed? > > Screen, as mentioned on this thread, is a wonderful tool. It's > my regular window manager. (Yes, I can run any X app I want > to, though _in_ screen. I control X from screen.) Cripes. I can't ever get it right the first time. That's "...though not _in_ screen." Sid > > But it's a big app and very complex and overkill for what you > want to do. > > Here's a tiny utility that does just what you want and no more: > > http://sourceforge.net/projects/dtach/ > > > Sid > >
|
Next
|
Last
Pages: 1 2 3 4 Prev: Postfix+SASL: relay access denied Next: NYC LOCAL: Tuesday 16 March 2010 Perl Seminar New York and NYLUG Hackfest |