The UNIX and Linux Forums
>
Special Forums
>
UNIX and Linux Applications
Is there any way to find any changes made to a directory?
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Is there any way to find any changes made to a directory?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
02-13-2008
maheshwin
Registered User
Join Date: Dec 2006
Posts: 55
touch -t 0802130800 /tmp/date
find . -newer /tmp/date -mtime 0
maheshwin
View Public Profile
Find all posts by maheshwin