InterviewSolution
Saved Bookmarks
| 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. ExampleExample – $ jobs give the output as – where 134 is the job number. |
|