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-668117/)

lipun4u 09-07-2008 06:13 AM

ps command
 
I was reading about ps command. Ohhhh....it is a big list.

Can anyone tell me all the important switches of ps command ???

nny0000 09-07-2008 06:14 AM

I personally like the '--forest' switch. It lets you see how all the processes are connected to one another.

resetreset 09-07-2008 06:53 AM

i generally use a,x,f with NO CLUE what they're for :)

niceguy_81333 09-07-2008 08:19 AM

1. ps means process status.
2. $ps aux | more
- 'a' option show all processes
- 'u' option show associated users
- 'ax' not just our own but all


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