Bill O'Reilly <[EMAIL PROTECTED]> wrote:
>
> I am trying to setup a script on a linux (RedHat 7.3) box that
> when someone copies a file to a particular folder it would trigger
> an email being sent to a user. There are multiple folders I would
> like to add this script to that all I would need
Well you could write a script that traverses those directory's every X
minutes and stores all files. If a new record is found do a stat on a file
get UID of creator do UID->username converssion, and a new entry and then
e-mail away. Other then that, you would have to look into file system code,
to