linux ldd命令

2021-03-06, updated 2021-09-12

查看linux的可执行文件动态库信息的一个命令

1
2
3
4
5
6
7
Usage: ldd [OPTION]... FILE...
      --help              print this help and exit
      --version           print version information and exit
  -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
words: 69 tags: linux