1.

How to find out what processes are running in the background in Unix?

Answer»

Type the command jobs to SEE the processes RUNNING in the background.

Example

Example – $ jobs give the output as –

[134]+ Running SLEEP 50 &

where 134 is the job number.



Discussion

No Comment Found