|
From: Kingmaker on 1 Jul 2008 07:07 please write a Shell script to generate an audit report of a root directory and all subsequent sub-directories and files under it, the report should be able to 1. list any directories/files changes in size and content, addition, deletion of any of them. 2. It could be run for different location passing param. the live example is: we have all our pkgs installed on unix machine say for eg in /tmp location, if someone inserts updates or deletes any file(s) in any of the pkg/directory from this location we should get an alert audit report. please help...
From: Scott Lurndal on 1 Jul 2008 15:43 Kingmaker <ramadugugowtham(a)gmail.com> writes: >please write a Shell script to generate an audit report of a root >directory and all subsequent sub-directories and files under it, the >report should be able to >1. list any directories/files changes in size and content, addition, >deletion of any of them. >2. It could be run for different location passing param. > >the live example is: >we have all our pkgs installed on unix machine say for eg in /tmp >location, if someone inserts updates or deletes any file(s) in any of >the pkg/directory from this location we should get an alert audit >report. > > >please help... tripwire scott
From: shakahshakah on 1 Jul 2008 19:29 On Jul 1, 3:43 pm, sc...(a)slp53.sl.home (Scott Lurndal) wrote: > Kingmaker <ramadugugowt...(a)gmail.com> writes: > >please write a Shell script to generate an audit report of a root > >directory and all subsequent sub-directories and files under it, the > >report should be able to > >1. list any directories/files changes in size and content, addition, > >deletion of any of them. > >2. It could be run for different location passing param. > > >the live example is: > >we have all our pkgs installed on unix machine say for eg in /tmp > >location, if someone inserts updates or deletes any file(s) in any of > >the pkg/directory from this location we should get an alert audit > >report. > > >please help... > > tripwire > > scott Or AIDE: http://sourceforge.net/projects/aide
From: Kingmaker on 7 Jul 2008 06:00 Can any one please help in writing a shell script to get the above result. I am very much new to the shell script.
|
Pages: 1 Prev: mutex: busy waitting or sleep?? Next: problem expanding rpm macros |