List shared libraries

From Noah.org
Revision as of 15:08, 15 February 2009 by Root (talk | contribs) (New page: Category:Engineering The `ldd` command will list the shared libraries used by a given command. If `ldd` is not available on your system then you can instead use `/lib/ld-linux.so.* --...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


The `ldd` command will list the shared libraries used by a given command. If `ldd` is not available on your system then you can instead use `/lib/ld-linux.so.* --list`. See `man ld.so`.

ldd /bin/bash
/lib/ld-linux.so.2 --list /bin/bash