If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
While my computer was sitting idle, I noticed the hard drive suddenly becoming active and running for some time. Checking top showed the culprit to probably be a process called "find" which, according to the man page, traverses the directory. Does anyone know why find was running and what it was doing?
Use activity monitor to view your processes hierarchically. Like this:
That should tell you what process has started find. Find simply generates a list of files and is usually invoked in such a way that another program performs some action on the found files.