To make in run after you close terminal window you need to install program called screen.
Screen install on Debian systems:
Code: Select all
apt-get install screenScreen install on Centos systems:
Code: Select all
yum install screenOnce installation is finished, you can run your program using this command:
Code: Select all
screen -AmdS screen_name ./your_commandafter that you can close terminal, the program will work