101-500 Exam QuestionsBrowse all questions from this exam

101-500 Exam - Question 72


What is the purpose of the ldd command?

Show Answer
Correct Answer: A

The purpose of the ldd command is to list which shared libraries a binary needs to run. It is used to display the shared objects (libraries) required by each program or shared library specified on the command line.

Discussion

3 comments
Sign in to comment
spiceminesOption: A
Oct 5, 2021

man ldd: ldd prints the shared libraries required by each program or shared library specified on the command line.

ebo07Option: A
Dec 23, 2021

Right. A

AmycertOption: A
Feb 6, 2023

A. It lists which shared libraries a binary needs to run.