Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
yukichan
on March 14, 2014
|
parent
|
context
|
favorite
| on:
Pwn2Own results for Wednesday (Day One)
On a mac Activity Monitor will show you that, also there are also things like top, ps aux and pgrep. These would work:
pgrep -lf -U root | grep processname
or:
ps aux | grep root | grep processname
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
pgrep -lf -U root | grep processname
or:
ps aux | grep root | grep processname