- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Secure OS Software for Linux
- >
- file system level audit in RedHat Linux (RHEL 4 & ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2009 02:05 AM
тАО09-23-2009 02:05 AM
file system level audit in RedHat Linux (RHEL 4 & 5)
Can we enable audit @ Linux level, to capture any kind of changes to files in a set of directories (recursively ), Would the audit be able to tell us in a systematic way if the files are getting changed.?
I need this help on RedHat Linux (RHEL 4 & 5)running 2.6 kernel.
Thanks in advance
Gabu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2009 09:15 AM
тАО09-23-2009 09:15 AM
Re: file system level audit in RedHat Linux (RHEL 4 & 5)
You can run a simple script to find new or modified files.
find /filesystem +mtime 1 -exec ls -l
Something along that lines will provide a list of all files modified in the past day, or use +ctime to get file creates the past day.
This is something most shops with out complicated revision control systems script in house.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2009 04:00 AM
тАО09-25-2009 04:00 AM
Re: file system level audit in RedHat Linux (RHEL 4 & 5)
Thanks for the reply.
When I run 'find /filesystem +mtime 1 -exec ls -l' It says
"find: missing argument to `-exec'"
Please help.
Thanks
Gaby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2009 06:50 AM
тАО09-25-2009 06:50 AM
Re: file system level audit in RedHat Linux (RHEL 4 & 5)
Check this link:
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1253890219156+28353475&threadId=1041575
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2011 06:03 AM
тАО01-07-2011 06:03 AM
Re: file system level audit in RedHat Linux (RHEL 4 & 5)
If you are just looking for a daily / weekly report, check out AIDE. It's installed by default. Will require initialisation, and you will be need to tweak the config for things you expect to change, but it will definitively tell you what has changed on the host.