Workaround for hanging shells on exit

Damien Miller djm at mindrot.org
Tue Jan 23 11:39:02 EST 2001


On Mon, 22 Jan 2001 mouring at etoh.eviladmin.org wrote:

> Works if you don't do:
> 
> nohup command &
> exit
> 
> ..It still hangs..
 
Here you can do:

nohup command </dev/null 2>/dev/null >/dev/null &

-d

-- 
| ``We've all heard that a million monkeys banging on | Damien Miller -
| a million typewriters will eventually reproduce the | <djm at mindrot.org>
| works of Shakespeare. Now, thanks to the Internet, / 
| we know this is not true.'' - Robert Wilensky UCB / http://www.mindrot.org







More information about the openssh-unix-dev mailing list