QUESTION 9
What tool can you use to print shared library dependencies?
A.
ldconfig
B.
ldd
C.
libdep
D.
libpath
E.
ldev
Explanation/Reference:
ldd command prints the shared libraries required by each program or shared library specified on the command line.Example:
ldd `which cat`
linux-vdso.so.1 => (0x00007fff2b3ff000)
libc.so.6 => /lib64/libc.so.6 (0x000000395ce00000)
/lib64/ld-linux-x86-64.so.2 (0x000000395ca00000)