| by Scott Kilroy | No comments

How to list shared libraries used by a Linux binary using ldd command

If your work involves deep knowledge of executables and shared libraries in Linux, there are several command line tools that you should be aware of. One of those is ldd, which you can use to access shared object dependencies. In this tutorial, we will discuss the basics of this utility using some easy to understand examples.

Share Button

Source: Howtoforge Linux Howtos und Tutorials