Sep 04, 2005 · So if you have already redirected them then nohup has nothing to do. But you need to redirect the other files too. If the input is a tty then it gets redirected from /dev/null. nohup somecommand > somefile 2>&1 & sleep 1; tail -f somefile But you don't need nohup these days. This should work just as well.