Is there a program which lists files changed

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

Is there a program which lists files changed

#1 Post by sc0ttman »

I'd like a program that lists all the files that get changed by another program as the other program is running...

For example:

Code: Select all

theprog /usr/sbin/fixmenus
would list all the files that get modified by fixmenus in the terminal...

Is there a program that exists for this?
Should I post this in the programming section instead?
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#2 Post by amigo »

installwatch or libsentry might work -epending on what tool fixmenus uses to actually make the changes.

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#3 Post by sc0ttman »

amigo wrote:installwatch or libsentry might work -epending on what tool fixmenus uses to actually make the changes.
thanks amigo, i'll check them out... technically i wanna use it for a range of things, like pupx, Input Wizard and other random things... anything that edits config files without telling you specifically what it's editing...
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#4 Post by amigo »

You can get libsentry here:
http://distro.ibiblio.org/amigolinux/do ... .2.tar.bz2
The 'program' itself is 'sentry' and you use it just like installwatch:
'sentry your commands'
It always needs two inputs, so if your are tracking a shell script which you would ordinarily simply call 'my-script', then use sentry like this:
'sentry sh my-script'

installwatch and sentry will only track the activity of normally compiled programs (not statically compiled). There are other solutions which will cover anything, but are a bit harder to get going.

Post Reply