How To Install Linux OS?

How do I see all the changes to my Linux OS after I install an application?

  • Basically I want to install Linux, then record all file system attributes. Afterwards, I want to install an application and do a difference-compare. What is the best technique to do this?

  • Answer:

    See title.

Charles Saag at Quora Visit the source

Was this solution helpful to you?

Other answers

This is a very open-ended question, as there's no standard way of checking what has changed with the installation of software. In Debian-based environments you can see a list of installed files using "dpkg -L <PACKAGE>" In environments that use RPM you can try "rpm -ql <PACKAGE>" For automated detection of changes to crucial files in your file system you can use a package like AIDE or Tiger, which track changes to the MD5sum of such files as /etc/shadow and /etc/passwd.

Josh Begleiter

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.