Results 1 to 3 of 3
Hello
I'd like to find some equivalent to the Windows InCtrl utility so that I know exactly what changes were made when I run some software's "make install".
Do you ...
- 05-11-2009 #1Linux Newbie
- Join Date
- Nov 2007
- Posts
- 127
Show changes made by "make install"?
Hello
I'd like to find some equivalent to the Windows InCtrl utility so that I know exactly what changes were made when I run some software's "make install".
Do you know of an easy way to do this? FWIW, to install servers and desktops, I usually use CentOS, Ubuntu, and FreeBSD.
Thank you.
- 05-11-2009 #2
this won't show everything but it will show changes to your /etc directory which is where most things are changes (or at least a lot of things)
Track changes to /etc (configuration files) with etckeeperBodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 05-23-2009 #3
You can use this command: 'find / -cmin -5', this will search your entire system and list all of the files changed within the last 5 minutes.


Reply With Quote