tldr/pages/linux/ldd.md

13 lines
238 B
Markdown
Raw Normal View History

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