nerdexam
CompTIA

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.

System Management

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)
  • B
    94% (33)
  • C
    3% (1)
  • D
    3% (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

#ldconfig#shared libraries#library cache#dynamic linking

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice