Level 5
Level 7
4 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
ldd
print shared library dependencies for the indicated program or file
LD_LIBRARY_PATH
Bash environment variable that determines additional library locations to be searched when looking for shared libraries
ldconfig
Program run to clear the library cache after adding library locations to the /etc/ld.so.conf file
/etc/ld.so.conf
Stores shared library paths for caching with ldconfig