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)?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
See who made changes to a file Install the Set a watch for a file you're interested in, such as
See the
|
||||
|
|
|
Generally, no. I've never tried it, but if you want to track users accessing particular file, you can take a look at audit |
|||
|
|
|
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. |
|||
|
|