page

Aug 3, 2017

nohup - running program as background in linux


nohup ./workflow.sh &     # running as background

output is saved to  nohup.out


for terminate nohup

kill -9 PID number   # you can check PID number with 'top' command

No comments:

Post a Comment