On my mac (Lion), I know that curl is bing used by some unknown process to communicate with a server.
Basically I installed little Snitch and find out that "somebody" is using curl periodically.
How can I find out who (what process) is firing up these curl calls?
I guess if a process is directly calling curl I should be able to find who it is (if it is still around by the time I look for it) by checking the process tree (parent to curl).
Are there any best practices or specialized utilities to help with this?
