Introduction to Linux I Chapter 27

Last Updated on April 2, 2018 by Admin

Introduction to Linux I Chapter 27 Exam Answer

CCNA7.COM has been trying to collect all exams. There are 9 questions in Introduction to Linux I Chapter 27. We has modified and correct all answer. You should review all answers in Introduction to Linux I Chapter 27. Good Luck for your exam.

  1. Question ID 842

    Which two directories are automatically searched for shared libraries?

    (choose two)

    • /lib
    • /usr/lib
    • /usr/library
    • /library
  2. Question ID 862

    Which command is used to display the shared libraries of a dynamically linked executable?

    • ldlist
    • ldd
    • ld.so
    • ldconfig
  3.  

  4. Question ID 863

    Which command can an administrator run to rebuild the cache of shared libraries?

    • ldd
    • ldlist
    • ld.so
    • ldconfig
  5. Question ID 1011

    Which environment variable can a user set, that will affect where shared libraries can be located and loaded?

    • LD_LIBRARY_PATH
    • LIBRARY_PATH
    • LD_PATH
    • LIBRARY_LD_PATH
  6. Question ID 1012

    Which of the following are benefits of a shared library:

    (choose two)

    • Programs run slower
    • Programs can be smaller
    • Programs run faster
    • Programs use a more consistent base of code
  7.  

  8. Question ID 1013

    Which of the following will find and load shared libraries when a program is executed?

    • The kernel
    • The dynamic linker
    • The scheduler
    • The init process
  9. Question ID 1014

    Which of the following contents is in the ldconfig configuration file by default?

    • include ld.so.conf.d/*.conf
    • include ldconfig
    • include /etc/ldconfig
    • include all
  10. Question ID 1015

    Which of the following commands would display the libraries used by the /bin/ls command?

    • ls -lib /bin/ls
    • ldconfig /bin/ls
    • listlib /bin/ls
    • ldd /bin/ls
  11.  

  12. Question ID 1016

    If a library is not accessible due to an error, the the ldd would report which error message?

    • lib missing
    • error: lib not configured
    • library missing
    • not found