Operating System - Tru64 Unix
1751764 Members
5311 Online
108781 Solutions
New Discussion юеВ

Re: Active processes

 
SOLVED
Go to solution
Jess_13
Advisor

Active processes

Hi, I'm new user in Tru64 UNIX. May i know how to view all the active processes on tbe system? What is the command to do so?

Thanks in advance!
4 REPLIES 4
Ivan Ferreira
Honored Contributor
Solution

Re: Active processes

Jus use the following command:

ps auxw | more

ps -elf | more

Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Venkatesh BL
Honored Contributor

Re: Active processes

You can also use the open source utility called 'top' (google to get it) to see the most active processes on the system.
Jess_13
Advisor

Re: Active processes

Thanks for your prompt reply. I'm able to view the processes now.
Venkatesh BL
Honored Contributor

Re: Active processes