To find for files that has been modified before 5 days

Syntax:
find {path} –type f –mtime
+{days}  –ls

Eg:
find /home/oraapp
–type f  -mtime +5 –ls
Recent Posts