Wednesday, April 10, 2013

Redirect nohup output to another file

 
Normally, nohup save the output to nohup.out file. But you can change that using the following command:
 
nohup some_command > nohup_new_output.out 2>&1&