Re: job control

2001-04-01 Thread cletus . yokel
At Fri, 30 Mar 2001 18:40:31 -0700 (MST), John Galt <[EMAIL PROTECTED]> wrote: > >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > > >nohup > >On Thu, 29 Mar 2001 [EMAIL PROTECTED] wrote: > >>- Begin Hush Signed Message from [EMAIL PROTECTED] >- >> >>This is not a debian question, but i

Re: job control

2001-03-30 Thread John Galt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 nohup On Thu, 29 Mar 2001 [EMAIL PROTECTED] wrote: >- Begin Hush Signed Message from [EMAIL PROTECTED] - > >This is not a debian question, but it's so generic I'm not sure where else >to ask it. > >How do you free a process from your login?

Re: job control

2001-03-30 Thread Damon Muller
Quoth Brian May, > > "Erik" == Erik Steffl <[EMAIL PROTECTED]> writes: > > Erik> nohup, I think you can also set up the shell not to kill > Erik> children when it exits (start command in background (append > Erik> & at the end of command line) or background it while it > Eri

Re: job control

2001-03-29 Thread Brian May
> "Erik" == Erik Steffl <[EMAIL PROTECTED]> writes: Erik> nohup, I think you can also set up the shell not to kill Erik> children when it exits (start command in background (append Erik> & at the end of command line) or background it while it Erik> works, usually ctrl-z to st

Re: job control

2001-03-29 Thread Karsten M. Self
on Thu, Mar 29, 2001 at 02:04:12AM -0500, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > - Begin Hush Signed Message from [EMAIL PROTECTED] - > > This is not a debian question, but it's so generic I'm not sure where else > to ask it. > > How do you free a process from your login? I want

Re: job control

2001-03-29 Thread Erik Steffl
[EMAIL PROTECTED] wrote: > > - Begin Hush Signed Message from [EMAIL PROTECTED] - > > This is not a debian question, but it's so generic I'm not sure where else > to ask it. > > How do you free a process from your login? I want to start a commandline > program, then logoff and have the p

Re: Job Control?

1999-10-13 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Tue, 12 Oct 1999 [EMAIL PROTECTED] wrote: > Then I think I am in trouble... > I chose to run dselect on an xterm as su root. > So, if I kill that window to install a new version of afterstep, > what i am currently running, am I up the creek? > Oh, boy. > Now

Re: Job Control?

1999-10-12 Thread David Z. Maze
bwarsing <[EMAIL PROTECTED]> writes: BW> On Tue, Oct 12, 1999 at 04:38:08PM -0400, Noah L. Meyerhans wrote: NLM> There is a utility called 'screen' to handle this. It's NLM> packaged for Debian. You'd run your program in a screen session NLM> in one window ('screen mutt' for example). BW> BW>

Re: Job Control?

1999-10-12 Thread bwarsing
On Tue, Oct 12, 1999 at 04:38:08PM -0400, Noah L. Meyerhans wrote: > There is a utility called 'screen' to handle this. It's packaged for > Debian. You'd run your program in a screen session in one window ('screen > mutt' for example). You could then detach the screen session from that > window

Re: Job Control?

1999-10-12 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Tue, 12 Oct 1999 [EMAIL PROTECTED] wrote: > Got a quick one. > How do I get a particular transfer control of a particular PID to > another ttyX or xterm? > Don't think I've ever read anything about this. There is a utility called 'screen' to handle this. It

Re: Job Control?

1999-10-12 Thread Steve Lamb
Tuesday, October 12, 1999, 1:16:29 PM, bwarsing wrote: > How do I get a particular transfer control of a particular PID to > another ttyX or xterm? > Don't think I've ever read anything about this. I don't think there is a way to do it at the base level. Take a look at screen, however, which