execute program in background bash
//Example: run 'ping' in the backgroud
user@machine:~/$ping 8.8.8.8 &
or..
user@machine:~/$ping 8.8.8.8
**ctrl + z #stop it from runing(pause)
user@machine:~/$bg #bg makes it start again in the background