Does Linux record who last changed a file (rather than created it)? If so, how do I find this out? If not, is there some way of monitoring file(s)?

link|improve this question

80% accept rate
feedback

3 Answers

up vote 11 down vote accepted

See who made changes to a file

link|improve this answer
feedback

Generally, no. I've never tried it, but if you want to track users accessing particular file, you can take a look at audit

link|improve this answer
feedback

No, there's no record keeping of who modified which file.

To give you an idea, you might check the logs to see who was logged in at that time, and under ideal circumstances, history files can examined.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.