hieunguyen
3/21/2019 - 8:47 AM

Run a command on background

setsid <command>
# check if the command is running
ps -ef | grep <command>