On 6/14/07, Martijn Ras <[EMAIL PROTECTED]> wrote:
Heya Folks,

Is there any way to find the character special files for a program or
library? Similar to using ldd to find the libraries for a program ...

Not really, but strings(1) and (on GNU/Linux) strace(1) or ltrace(1)
might help.    Bear in mind that the latter will only tell you about
files the program actually opened or attempted to open, not the files
it decided not to bother trying on the basis of some other fact.

James.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to