Find the answer to your Linux question:
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 ...
  1. #1
    Linux Newbie
    Join Date
    Nov 2007
    Posts
    127

    Question 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.

  2. #2
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    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 etckeeper
    Bodhi 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"

  3. #3
    Linux User Krendoshazin's Avatar
    Join Date
    Feb 2005
    Location
    London, England
    Posts
    385
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...