Skip to main content
added 13 characters in body
Source Link
Bustam
  • 143
  • 6

Is there any ways to find out what file content has been modified or added in Linux. I am aware of the atime,ctime,mtime. Say I created a script "myscript.sh" and somebody changed some content of it e.g. added few lines of code or deleted. I want know what content has been changed since the file was created?

Any thoughts?

Is there any ways to find out what file content has been modified or added. I am aware of the atime,ctime,mtime. Say I created a script "myscript.sh" and somebody changed some content of it e.g. added few lines of code or deleted. I want know what content has been changed since the file was created?

Any thoughts?

Is there any ways to find out what file content has been modified or added in Linux. I am aware of the atime,ctime,mtime. Say I created a script "myscript.sh" and somebody changed some content of it e.g. added few lines of code or deleted. I want know what content has been changed since the file was created?

Any thoughts?

Source Link
Bustam
  • 143
  • 6

How to check what file content changes, not the atime, mtime, ctime in Linux?

Is there any ways to find out what file content has been modified or added. I am aware of the atime,ctime,mtime. Say I created a script "myscript.sh" and somebody changed some content of it e.g. added few lines of code or deleted. I want know what content has been changed since the file was created?

Any thoughts?