LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Listing active proces (https://www.linuxquestions.org/questions/linux-newbie-8/listing-active-proces-754829/)

delhiris 09-13-2009 10:50 AM

Listing active proces
 
please tell me commands for listing all active process.

repo 09-13-2009 10:51 AM

Welcome to lq

Try
Code:

ps ax

NicAx64 09-13-2009 11:20 AM

Just read a tutorial about linux administration.

Use the command line tools , like top ps pstree and
read their man pages. you will get a good idea about
how the linux manages processes.

salasi 09-13-2009 04:25 PM

I'm having an unreasonable day, so

Quote:

Originally Posted by delhiris (Post 3681047)
please tell me commands for listing all active process.

No, but I'll give you a command to list all of the commands that have 'process' in the description

Code:

apropos process
now, that will probably show up too much stuff, so you could try something like:

Code:

apropos process| grep -i view
or

Code:

apropos process| grep -i report
But I will thank you for this question: As a result of checking out the various apropos commands also turned up qps, which looks quite nice. And, if you find a tree layout of the output is more useful, you could use the word 'tree' instead of 'view' or 'report'.


All times are GMT -5. The time now is 01:04 PM.