1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00

ldd: add page (#1445)

This commit is contained in:
Agniva De Sarker 2017-08-13 17:51:01 +05:30 committed by Starbeamrainbowlabs
parent 92b64fef19
commit dbf437628a

11
pages/linux/ldd.md Normal file
View file

@ -0,0 +1,11 @@
# 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}}`