Foreground

Adnan Khurshid on May 30th, 2011

The background processes in Linux refer to the processes running in the background for a particular session which foreground processes are the ones which are currently being operated upon. The commands to manage the processes are as follows: Show background jobs: Use ‘bg’ command to display all the processes which are running in the background.

Continue reading about Understanding background and foreground jobs in Linux