Click to See Complete Forum and Search --> : How do I get "Last modified by:"
jrbush82
08-03-2005, 04:08 PM
As the title says, I am trying to find out who last modified a file. I did a man on ls didn't see anything that would give me this, only the time it was modified on. Can someone help me out with this?
Thanks,
Jason Bush
soulestream
08-03-2005, 04:41 PM
I dont think you can locally, you may be able to if they accessed it over the network.
soule
IsaacKuo
08-03-2005, 04:58 PM
Log in as root, and type in:
wall "Who last modified <filename>?"
sharth
08-03-2005, 05:06 PM
Log in as root, and type in:
wall "Who last modified <filename>?"
This will send out a message to most logged in users asking them this question.. kinda solves the problem, but not really.
As far as I know, there's no real way to determine this.. If you have root, you can search around in .bash_history's, but other than that... *shrug*
soulestream
08-03-2005, 05:15 PM
.bash_history is a good idea actually. no timeline, but if only one person modified it that might help..
soule