1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/ldd.md

13 lines
238 B
Markdown
Raw Normal View History

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