in reply to Detecting Files used by a shell command
ldd will give you the idea of shared library dependancies, while strings might be used on a file to get the ASCII staff out, which is grepable afterwords.
Also, RedHat Package Manager (RPM) sources can be interesting for you, since the functionality you seek is somewhat implemented there. (Check the /usr/lib/rpm directory if you have RPM-based Linux machine handy).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Detecting Files used by a shell command
by dpuu (Chaplain) on Jul 15, 2003 at 00:08 UTC |