Re: detaching a command from an xterm

2002-09-09 Thread Timothy Writer
[EMAIL PROTECTED] writes: > In <003901c255c3$eb1c9da0$[EMAIL PROTECTED]>, on > 09/06/2002 at 08:39 AM, >"daniel" <[EMAIL PROTECTED]> said: > > >i understand how to put a command in the background by putting an '&' on > >the end, but it seems that this doesn't separate the command from that >

Re: detaching a command from an xterm

2002-09-06 Thread sgarcia
In <003901c255c3$eb1c9da0$[EMAIL PROTECTED]>, on 09/06/2002 at 08:39 AM, "daniel" <[EMAIL PROTECTED]> said: >i understand how to put a command in the background by putting an '&' on >the end, but it seems that this doesn't separate the command from that >xterm. Someone has already told you ab

Re: detaching a command from an xterm

2002-09-06 Thread Gordon Messmer
On Fri, 2002-09-06 at 10:24, Anthony E. Greene wrote: > On 06-Sep-2002/09:39 -0700, daniel <[EMAIL PROTECTED]> wrote: > >i understand how to put a command in the background by putting an '&' on > >the end, but it seems that this doesn't separate the command from that > >xterm. > > man nohup You

Re: detaching a command from an xterm

2002-09-06 Thread Jonathan Johnson
Dear Daniel (et al.), On 06 Sep 2002 10:52:07 -0700, Gordon Messmer <[EMAIL PROTECTED]> wrote: > On Fri, 2002-09-06 at 09:39, daniel wrote: > > i understand how to put a command in the background by putting an > > '&' on the end, but it seems that this doesn't separate the > > command from t

Re: detaching a command from an xterm

2002-09-06 Thread Gordon Messmer
On Fri, 2002-09-06 at 09:39, daniel wrote: > i understand how to put a command in the background by putting an '&' on the > end, but it seems that this doesn't separate the command from that xterm. ... > # safe_mysqld & ... > then i exit the prompt and i /should/ get back machine (a)'s prompt but

Re: detaching a command from an xterm

2002-09-06 Thread Bret Hughes
On Fri, 2002-09-06 at 11:39, daniel wrote: > i understand how to put a command in the background by putting an '&' on the > end, but it seems that this doesn't separate the command from that xterm. > > for example, i ssh into machine (b) from machine (a) and run: > > # safe_mysqld & > [1] 18208

Re: detaching a command from an xterm

2002-09-06 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06-Sep-2002/09:39 -0700, daniel <[EMAIL PROTECTED]> wrote: >i understand how to put a command in the background by putting an '&' on >the end, but it seems that this doesn't separate the command from that >xterm. man nohup Tony - -- Anthony E. G

detaching a command from an xterm

2002-09-06 Thread daniel
i understand how to put a command in the background by putting an '&' on the end, but it seems that this doesn't separate the command from that xterm. for example, i ssh into machine (b) from machine (a) and run: # safe_mysqld & [1] 18208 # Starting mysqld daemon with databases from /var/lib/mys