Eric House <[EMAIL PROTECTED]> writes:

> Question: how do I figure out who started that 'find' and why?

Check out pstree.  It can show you what process spawned it, and you can get 
its pid.  Then you can do something like "ps auxwwww | grep <pid>" and get
all of the details on that process.

Later,
        Dale
-- 
+------------------------- pgp key available --------------------------+
| Dale E. Martin |  Clifton Labs, Inc.  |  Senior Computer Engineer    |
| [EMAIL PROTECTED]    |    http://www.clifton-labs.com         |
+----------------------------------------------------------------------+

Reply via email to