• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back
Which command displays the shard library info for executables?
?
Which command reloads the library cache every time libraries are added or removed, and updates the symbolic links?
?
Which environment variable specifies additional directories to search for library files not listed in /etc/ld/so/conf
?
What file contains a colon, space, tab, newline, or comma-delimited list of directories in which to search for libraries?
?
Which directory typically hold the dynamic libraries on your system>? (select 2)
/lib/ld.so/
/usr/lib/
/usr/local/lib
/etc/ld.so.conf/
Matching:
Dynamic Library
Static Library
- Has a .so or .so.version extension
- Increase the size of the application
- has an .a filename extension
- Are typically store in /usr/lib and /usr/local/lib
- Can degrade program load time of the library isn't already in use by another program
Which of the following situations is most likely to cause a dependency problem?
- Several applications use the library /usr/lib/biglib
- upgrading the kernel from 2.4.6 to 2.4.12
- Installing 2 different packages that both include /usr/lib/graphlib
- upgrading the library /usr/lib/biglib from version 1.4 toversion 1.6
Which of the following commands displays all of the shard library information for the /bin/bash executable?
ldd -v /bin/bash
ldd /bin/bash
ldconfig -N /bin/bash
ldconfig -p /bin/bash
Which of the following commands reloads the libraries for the /bin/bash executable, but does not update the cache?
ldconfig -N /bin/bash
ldd -v /bin/bash
ldd /bin/bash
/dconfig -X /bin/bash
What command should you use to change the location of the default file used to search for libraries?
ldconfig -r
ldconfig -p
ldconfig -f
ldconfig -n