2 examples for ldd

{{ score }}
  # The ldd command list the shared library dependencies of a file. You must supply the full path to the file. The following will display the shared library dependencies of the 'zip' file.
ldd /usr/bin/zip
        
{{ score }}
  # your_comment_here
ldd [program]