Last Updated on February 9, 2016 by InfraExam
Introduction to Linux I Chapter 27 Exam Answer
PRESSEXAM.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.
-
Question ID 842
Which two directories are automatically searched for shared libraries?
(choose two)
- /lib
- /usr/lib
- /usr/library
- /library
-
Question ID 862
Which command is used to display the shared libraries of a dynamically linked executable?
- ldlist
- ldd
- ld.so
- ldconfig
-
Question ID 863
Which command can an administrator run to rebuild the cache of shared libraries?
- ldd
- ldlist
- ld.so
- ldconfig
-
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
-
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
-
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
-
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
-
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
-
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