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?