I want to know all the driver modules used by my running application. Is there any way to check this.? Something like objdump used to find dependent libraries / binaries.
Asked
Active
Viewed 25 times
0
-
Might be, that there is something. But please go to superuser so site, this one is only for programming-topics. – icbytes Sep 19 '16 at 07:40
-
1`lsof` and `fuser` can be first tools to try. – 0andriy Oct 07 '16 at 14:11