Limux - file history
Posted: Tue Oct 19, 2010 3:41 pm
Hey,
Is there any way to view the history of a file. I have a php file thats named my-test.php. Some how, on a certian day, the ownership changed to apache and the file name became my_test.php.
I am looking for any sort of log, so see if I can track down what happened on that date. I've used, but that only gives me info up to the last change (which is what im looking into);
Any tips for this situation?
Is there any way to view the history of a file. I have a php file thats named my-test.php. Some how, on a certian day, the ownership changed to apache and the file name became my_test.php.
I am looking for any sort of log, so see if I can track down what happened on that date. I've used
Code: Select all
stat <filename>Any tips for this situation?