Le Friday 18 January 2008 17:27:52, vous avez écrit :
> In this case, I am starting amdump test by running:
>
> $amdump periodic&
>
> I did exit the shell, so perhaps the & command is not enough to
> prevent the SIGUP from being processed?
>

It is not. Putting a process in the background does NOT close stdin, stdout 
and stderr and therefore they still point to the controlling terminal.

zsh knows about &!, which reopens all three to /dev/null (I think) but you 
mentioned screen: that's the right way to do it imho.

-- 
Francis Galiegue, [EMAIL PROTECTED] - Ingénieur système
[ATTENTION : CHANGEMENT DE COORDONNÉES !]
One2team - 42 Av. Raymond Poincaré - 75116 PARIS CEDEX
+33683877875, +33178945552

Reply via email to