Summary Nohup

From: Kevin Binda <bindak_at_brandonrha.mb.ca>
Date: Tue, 12 Feb 2002 14:52:35 -0600

Thanks to everyone for the quick response.


Problem

nohup /some/dir/command args >/dev/null &

would die after logout

Solution:
It had something to do with the shell. After we switched to ksh things
worked perfectly (as everyone indicated).

Other suggestions that may also work:

(command </dev/null >/nev/null 2>&1 &)

nohup sh scriptname

use cron

use at


Thanks to all those who helped!!

Kevin
Received on Tue Feb 12 2002 - 20:56:03 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:43 NZDT