LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   hey (https://www.linuxquestions.org/questions/linux-newbie-8/hey-110166/)

pilipk01 10-29-2003 09:31 PM

hey
 
hello Everyone,

What command or commands, can be used to list the currently running processes for a single user?

Cheers

chii-chan 10-29-2003 11:16 PM

Type "top". That's it:D

wapcaplet 10-30-2003 12:20 AM

'top' doesn't do much in the way of helping you see what a particular user is running. For that, try 'ps', with some options to filter by which user you want to see. If you want to see processes being run by 'billgates', do:

ps aux | grep billgates

stv_t 10-30-2003 05:06 AM

hi,

No, I would use either
[b]ps -fu stv_t/\b]
or for more info
ps -flu stv_t
to list all of my processes.

Why use two command when one will do !

stv_t

stv_t 10-30-2003 05:09 AM

hi,

Sorry about the above got the highlighting wrong - should be
No, I would use either
prompt> ps -fu stv_t
or for more infomation about each process
prompt> ps -flu stv_t
to list all of my processes.

Why use two command when one will do !

stv_t


All times are GMT -5. The time now is 12:49 AM.