views:

40

answers:

2

Hello. I want to get list of all running processes in MacOs.

When I use

[myWorkspace runningApplications];

I get only list of current user Applications.

How I can find out list of all processes, with root or mysql owner.

A: 

This technote contains the answer.

Peter Hosey
A: 

Yes this is right answer, thank You!

There is additional reference if some one need