1. Use if & (Ampersand) to run the program in the background so that I can use terminal for other running other programs as well. I just need to put the '&' sign after my command. Now, if I want to find out the status of my job, just enter 'jobs' on the terminal. It will show the prcess number (first column), status (second column) and the command running in the foreground(fg).