ldd: add page (#1445)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
92b64fef19
commit
dbf437628a
11
pages/linux/ldd.md
Normal file
11
pages/linux/ldd.md
Normal 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}}`
|
Reference in New Issue
Block a user