How can I see all running processes? | FAQ Linux | Linux | centre-equestre-lepuy.com ..


Sponsored Links

How can I see all running processes?

To see the list of processes running on your Linux system you have to type Shell:

 



 ps-ax | more

 

or:

 



 ps-aux | more

 

Returns the list of processes with its ID (PID), status (STAT) and other information.

In the same category ...
E-Learning
Linux (Course) Linux (Course)
Complete guide to open-source system. From 49 €.
PHP (Course) PHP (Course)
Full course for creating dynamic Web sites. From 49 €.
Ruby and Ruby on Rails (Course) Ruby and Ruby on Rails (Course)
Create software and Web applications with Ruby and RoR. From 39 €.
Sponsored Links