You are not logged in.
Pages: 1
Is there a tool to trace the change of the files of a linux command?
For example, I planned to use dnsmasq to config my pc as a router and I would like to know which files will be changed....
Offline
I'm not sure I follow your question. However, if what you want to know is what files are contained in the dnsmasq package before you install it, you can download the package file and examine the contents of the archive.
One way to do this would be:
pacman -Syw dnsmasq
tar tvzf /var/cache/pacman/pkg/dnsmasq-2.8-1.pkg.tar.gz
The files listed would be installed to your root '/' directory.
HTH,
farphel
Follow the link below, sign up, and accept one promotional offer. If I can get five suckers (err... friends) to do this, I'll get a free iPod. Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142
Offline
Pages: 1