LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-08-2017, 09:41 AM   #1
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Rep: Reputation: 11
Post Linux Monitoring tools.


Hello.
Has Linux any tool that show me which part of system changed after install an App or...? Something like "DiffView" for Windows OS.


Thank you.

Last edited by hack3rcon; 10-08-2017 at 09:44 AM.
 
Old 10-08-2017, 10:43 AM   #2
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
How about using find to discover what's changed in a given time range?
http://www.hcidata.info/find.htm

The whereis command will also be useful here.
 
2 members found this post helpful.
Old 10-08-2017, 02:50 PM   #3
MadeInGermany
Senior Member
 
Registered: Dec 2011
Location: Simplicity
Posts: 2,794

Rep: Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201
The article mentions
Code:
find ... -print | xargs -r cmd
But that has a problem with space characters in file names.
Should better be
Code:
find ... -exec cmd {} +
where the same is done within the find command.
 
1 members found this post helpful.
Old 10-08-2017, 04:26 PM   #4
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
The app itself may tell you what will\has change\d, depending on documentation? Eg: in Synaptic package manager you can right click one, hit properties and pick the "installed files" tab &c or so on...
 
Old 10-08-2017, 11:35 PM   #5
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
For rpm based systems, try /var/log/yum.log.

Please provide more info.
 
1 members found this post helpful.
Old 10-09-2017, 08:35 AM   #6
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
Quote:
Originally Posted by MadeInGermany View Post
The article mentions
Code:
find ... -print | xargs -r cmd
But that has a problem with space characters in file names.
Should better be
Code:
find ... -exec cmd {} +
where the same is done within the find command.
Problem solved via "find" command.

Thank you.
 
Old 10-09-2017, 08:36 AM   #7
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
Quote:
Originally Posted by DavidMcCann View Post
How about using find to discover what's changed in a given time range?
http://www.hcidata.info/find.htm

The whereis command will also be useful here.
Thank you for a useful link.
 
Old 10-09-2017, 11:00 AM   #8
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Quote:
Originally Posted by MadeInGermany View Post
But that has a problem with space characters in file names.
Which is why experienced users follow POSIX protocols and don't put spaces in file names. Linux is not Windows!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
data monitoring tools in linux boby.kumar Linux - Newbie 3 10-14-2013 09:03 AM
linux system monitoring tools needa Linux - Newbie 3 04-11-2011 12:08 PM
Monitoring Tools for linux servers sang_froid Linux - Server 8 05-20-2010 01:17 AM
Linux monitoring tools chrs0302 Linux - Software 3 03-14-2006 01:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration