zsh-users
 help / color / mirror / code / Atom feed
* nohup usage
@ 2002-05-30 15:13 Jay Hesselberth
  2002-05-30 15:35 ` Peter Stephenson
  2002-05-30 15:44 ` Scott Barron
  0 siblings, 2 replies; 3+ messages in thread
From: Jay Hesselberth @ 2002-05-30 15:13 UTC (permalink / raw)
  To: zsh-users

I've just done the bash --> zsh transition, and I like zsh except for
one thing (right now).

I run a fair amount of things in the background, and I'm sick of
forgetting to type 'nohup' before starting processes, and sick of not
being able to exit the terminal I started the process in, b/c it will
kill the process.

Is there to trap calls like 'start-program &' to be called under nohup?

Thanks,

Jay

-- 
______________________________________________________
Jay Hesselberth 

University of Texas    2500 Speedway
MBB 3.424 / A4800      Austin, TX  78712

jhessel@mail.utexas.edu

ail: jhessel@mail.utexas.edu



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: nohup usage
  2002-05-30 15:13 nohup usage Jay Hesselberth
@ 2002-05-30 15:35 ` Peter Stephenson
  2002-05-30 15:44 ` Scott Barron
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Stephenson @ 2002-05-30 15:35 UTC (permalink / raw)
  To: Zsh users list

Jay Hesselberth wrote:
> I've just done the bash --> zsh transition, and I like zsh except for
> one thing (right now).
> 
> I run a fair amount of things in the background, and I'm sick of
> forgetting to type 'nohup' before starting processes, and sick of not
> being able to exit the terminal I started the process in, b/c it will
> kill the process.

setopt nohup

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 392070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: nohup usage
  2002-05-30 15:13 nohup usage Jay Hesselberth
  2002-05-30 15:35 ` Peter Stephenson
@ 2002-05-30 15:44 ` Scott Barron
  1 sibling, 0 replies; 3+ messages in thread
From: Scott Barron @ 2002-05-30 15:44 UTC (permalink / raw)
  To: zsh-users

On Thu, May 30, 2002 at 10:13:12AM -0500, Jay Hesselberth wrote:
> I've just done the bash --> zsh transition, and I like zsh except for
> one thing (right now).
> 
> I run a fair amount of things in the background, and I'm sick of
> forgetting to type 'nohup' before starting processes, and sick of not
> being able to exit the terminal I started the process in, b/c it will
> kill the process.
> 
> Is there to trap calls like 'start-program &' to be called under nohup?
> 
> Thanks,
> 
> Jay
> 
> -- 

Jay,

This bugged me at first too but you can do 'start-program &!' and you'll
be able to exit your terminal.  Or if you happen to just 'start-program
&' you can use 'disown' to accomplish the same thing.  That's my
solution anyway.  Hope it helps.

-Scott


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-05-30 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-30 15:13 nohup usage Jay Hesselberth
2002-05-30 15:35 ` Peter Stephenson
2002-05-30 15:44 ` Scott Barron

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).