LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   List running applications (https://www.linuxquestions.org/questions/linux-software-2/list-running-applications-415568/)

3saul 02-15-2006 12:54 AM

List running applications
 
I'm wanting to list all running applications' PID? Preferable only those that have windows (ie are not a service or some other terminal app).

baldwonder 02-15-2006 01:16 AM

Use the following command to see all the processes that are running:
Code:

# ps ax
As for seeing only those that have windows, I'm not sure. Check out the man pages for ps.

RaVilj 02-15-2006 01:30 AM

Code:

top
will show you the cpu and mem usage. Quite nice since it auto updates.


All times are GMT -5. The time now is 05:24 AM.