Which of the following commands updates the linker cache of shared libraries?
Which of the following commands updates the linker cache of shared libraries?
The command that updates the linker cache of shared libraries is `ldconfig`. Running `ldconfig` updates the dynamic linker run-time bindings and rebuilds the cache of shared libraries in the `/etc/ld.so.cache` file, allowing the system to find and link shared libraries correctly. This command is commonly used after installing or updating shared libraries on a Linux system.
The command that updates the linker cache of shared libraries is: E. `ldconfig` Running `ldconfig` updates the dynamic linker run-time bindings and rebuilds the cache of shared libraries in the `/etc/ld.so.cache` file, allowing the system to find and link shared libraries correctly. This command is commonly used after installing or updating shared libraries on a Linux system.