LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ps command (https://www.linuxquestions.org/questions/linux-newbie-8/ps-command-72834/)

juanb 07-15-2003 02:52 AM

ps command
 
Hi !

I issue the command ps aux | wc -l and the out out is 71.

what does it mean ?

thanks

whansard 07-15-2003 03:28 AM

it means there's 71 lines in the output of ps aux

juanb 07-15-2003 03:30 AM

I want to see which ports the server is listening on.
how can I do that

MasterC 07-15-2003 03:50 AM

netstat is probably the command you are looking for. ps is to find what processes are running. wc is to find the word count -l is to count the number of lines.

:)

Cool


All times are GMT -5. The time now is 03:09 AM.