ldd Flashcards
1
Q
ldd
A
ldd prints the shared objects (shared libraries) required by each program or shared object specified on the command line.
2
Q
ldd -d
- r
- u
- v
A
- d, –data-relocs, process data relocations
- r, –function-relocs, process data and function relocations
- u, –unused, print unused direct dependencies
- v, –verbose, print all information