bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to find character special files dependencies for a program or li


From: James Youngman
Subject: Re: How to find character special files dependencies for a program or library?
Date: Fri, 15 Jun 2007 08:22:18 +0100

On 6/14/07, Martijn Ras <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]