Question { Steria, 11594 }
What will be the result if we run the command #find /tmp -
mtime -2 and #find /tmp -mtime +2
Answer
Well done Sanjeev.....this is correct...
find /tmp - mtime -2-----will display file modified in last
two days
find /tmp -mtime +2-----will display file modified in more
than two days