tldr/pages/linux/ldd.md

12 lines
192 B
Markdown
Raw Normal View History

2017-08-13 13:21:01 +01:00
# ldd
> Display shared library dependencies.
- Display shared library dependencies of a binary:
`ldd {{path/to/binary}}`
- Display unused direct dependencies:
`ldd -u {{path/to/binary}}`