Click to See Complete Forum and Search --> : system processes


valoy
11-23-2003, 12:11 AM
Does someone know how to view the system processes in real-time in UNIX.
I remember someone doing it once. He piped the “ps” command into another command but I cant remember what he did.

(ps aux | “something“)

amgeex
11-23-2003, 12:29 AM
Try typing " ps " in a terminal window or shell (without the quotes). That should do it.

Hypz
11-23-2003, 12:38 AM
try "top" without the quotes

valoy
11-23-2003, 07:27 AM
Originally posted by Hypz
try "top" without the quotes


( top ) is exactly what i am looking for.. Thanks Hypz