Thursday, March 31, 2016

Linux No Hangup Command

nohup ./runcmd.sh > /dev/null 2>&1 & 

Then verify the java app is running with the pgrep command -
$ pgrep -l java
21428 java
60020 java