ldd (1) Linux Manual Page
NAME ldd – print shared object dependencies SYNOPSIS ldd [option]… file… DESCRIPTION ldd prints the shared objects (shared libraries) required by each program or shared object specified on the command line. An example of its use and output (using sed(1) to trim leading white space for readability in this page) is the following: $ ldd…
