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)?
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)?
See who made changes to a file
Install the
audit
package using the package manager for your distribution and start the service.Set a watch for a file you're interested in, such as
/etc/passwd
See the
audit
records for that fileGenerally, 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.