101-400 Exam QuestionsBrowse all questions from this exam

101-400 Exam - Question 26


Which of the following environment variables overrides or extends the list of directories holding shared libraries?

Show Answer
Correct Answer: C

The environment variable that overrides or extends the list of directories holding shared libraries is LD_LIBRARY_PATH. By setting the LD_LIBRARY_PATH environment variable, you can specify additional directories where the system should look for shared libraries before searching the standard library paths. This variable can be used to control the dynamic linker's library search path at runtime.

Discussion

1 comment
Sign in to comment
DuboisNicolasDuclairOption: C
Oct 21, 2023

The environment variable that overrides or extends the list of directories holding shared libraries is: C. `LD_LIBRARY_PATH` By setting the `LD_LIBRARY_PATH` environment variable, you can specify additional directories where the system should look for shared libraries before searching the standard library paths. This variable can be used to control the dynamic linker's library search path at runtime.