Running a task in background Linux

Normally you may add “&” to run any command line in background. However you can have a running foreground task be moved to background. Simply press CTRL+Z Type command “bg” And finally press ENTER   That should make the task you want to run on the background within Linux.