zsh-users
 help / color / mirror / code / Atom feed
* not killing apps started in a zsh
@ 1999-09-27 19:09 Stephane BAUSSON
  1999-09-27 20:17 ` Clint Adams
  0 siblings, 1 reply; 2+ messages in thread
From: Stephane BAUSSON @ 1999-09-27 19:09 UTC (permalink / raw)
  To: zsh-users

[-- Attachment #1: Type: text/plain, Size: 758 bytes --]

Hello

I just beging to use zsh, I have noticed that zsh send the kill signal
to all the applications started
from this zsh, that is not the case with other shell. So I would like to
know a parade to this.

Thank you

Stephane

--
                      ``'
                     (o o)
-----------------oOO--(_)--OOo--------------------------------------
 Stephane BAUSSON
 Home : 168, Av. de Muret - F-31300 Toulouse - France   __o      o
 Tel  : +33 (0)5.62.21.22.04              ..._/\o_    _ \<,_    '<,
 Email: Stephane.Bausson@mail.dotcom.fr  """"~~~~~"  (_)/ (_)   />
--------------------------Oooo--------------------------------------
                  oooO   (   )
                  (  )    ) /
                   \ (   (_/
                    \_)



[-- Attachment #2: Type: text/html, Size: 1651 bytes --]

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

* Re: not killing apps started in a zsh
  1999-09-27 19:09 not killing apps started in a zsh Stephane BAUSSON
@ 1999-09-27 20:17 ` Clint Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Clint Adams @ 1999-09-27 20:17 UTC (permalink / raw)
  To: Stephane BAUSSON; +Cc: zsh-users

> I just beging to use zsh, I have noticed that zsh send the kill signal
> to all the applications started
> from this zsh, that is not the case with other shell. So I would like to
> know a parade to this.

>From zshoptions(1)

       HUP <Z>
              Send the HUP signal to running jobs when the  shell
              exits.

So you can put 'setopt nohup' in your startup files to avoid
this behavior.  Another solution is to 'disown' your jobs before
exit.


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

end of thread, other threads:[~1999-09-27 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-27 19:09 not killing apps started in a zsh Stephane BAUSSON
1999-09-27 20:17 ` Clint Adams

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).