LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   history of a file (https://www.linuxquestions.org/questions/linux-newbie-8/history-of-a-file-564822/)

xpucto 06-27-2007 07:54 AM

history of a file
 
Hi!

is there way to see the history of a file. I'd like for example to know the dates of the last 5 changes and the name of the users who did them. does exist such a command?

thanks.

lord-fu 06-27-2007 08:55 AM

SVN or CVS would work although these are applications, I am not to sure about a command to do that.

Linville79 06-27-2007 09:31 AM

You'll definitely need to use some sort of Source Control package (as mentioned above) if you're wanting to track file changes in detail.

Other options might be to view the command history of other users' shell, install and configure Tripwire to alert you to file changes, additions, and deletions, and then compare the file change alerts with the history files to determine who made changes.

xpucto 06-28-2007 05:09 AM

thanks for the answers. Well, I guess I'll do without it...


All times are GMT -5. The time now is 07:49 PM.