How to find out what processes are running in the background in Unix?
Type the command jobs to see the processes running in the background.
BY Best Interview Question ON 11 Apr 2019
Example
Example – $ jobs give the output as –
[134]+ Running sleep 50 &
where 134 is the job number.