How to find out what processes are running in the background in unix?
Answer Posted / Kunal Jyoti
You can use the `ps` command with options like `aux` or `ef` to list all running processes, including those running in the background.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers