What tool can you use to print shared library dependencies?
A.
Idconfig
B.
Idd
C.
libdep
D.
libpath
E.
Idev
Explanation:
Idd command prints the shared libraries required by each program or shared library specified on
the command line.
Example: Idd libdb.so.3
libc.so.6 =>/lib/tls/libc.so.6 (0x00237000)
/lib/ID.Iinux.so.2 (0x0021e000)