Using the Job Control of bash to send the process into the background:
ctrl+zto stop (pause) the program and get back to the shellbgto run it in the backgrounddisown -h [job-spec]where [job-spec] is the job number (like %1 for the first running job; find about your number with thejobscommand) so that the job isn't killed when the terminal closes