Thursday, October 6, 2016

Unix/Linux how to run a command in background

nohup myFooCommand > /dev/null 2>&1 &

No comments: