how can i see running processes in sun solaris that is running in background? i.e it doesn’t appear by ps?
Question by Mohammad Qasas: how can i see running processes in sun Linux that is running in background? i.e it doesn’t appear by ps?
thanks all
Best answer:
Answer by morgan
Use the “-e” option which shows *every* process in the system.
For lots of info, use “ps -elf”.
What do you think? Answer below!