XK0-004 · Question #275
A systems administrator manually added a new library to the server. The administrator wants to rebuild the library cache for immediate use. Which of the following commands should the systems administr
The correct answer is B. ldconfig. Linux Library Management Commands ldconfig : Updates the necessary links for the run time link bindings. ldd : Tells what libraries a given program needs to run. ltrace : A library call tracer. ld.so/ld-linux.so: Dynamic linker/loader.
Question
A systems administrator manually added a new library to the server. The administrator wants to rebuild the library cache for immediate use. Which of the following commands should the systems administrator run to achieve this goal?
Options
- Amake install
- Bldconfig
- Cmake
- Dldd
How the community answered
(35 responses)- B94% (33)
- C3% (1)
- D3% (1)
Explanation
Linux Library Management Commands ldconfig : Updates the necessary links for the run time link bindings. ldd : Tells what libraries a given program needs to run. ltrace : A library call tracer. ld.so/ld-linux.so: Dynamic linker/loader.
Topics
Community Discussion
No community discussion yet for this question.