DumpsFiles
 Request Exam  Contact
  • Home
  • PRACTICE EXAMS
    Oracle
    Fortinet
    Juniper
    Microsoft
    Cisco
    Citrix
    CompTIA
    VMware
    SAP
    EMC
    PMI
    HP
    Salesforce
    Other
  • View All Exams
  • New Dumps Files
  • Upload
  • Oracle
    Oracle
  • Fortinet
    Fortinet
  • Juniper
    Juniper
  • Microsoft
    Microsoft
  • Cisco
    Cisco
  • Citrix
    Citrix
  • CompTIA
    CompTIA
  • VMware
    VMware
  • SAP
    SAP
  • EMC
    EMC
  • PMI
    PMI
  • HP
    HP
  • Salesforce
    Salesforce
  1. Home
  2. Lpi
  3. LPIC-1 Exam 101, Part 1 of 2, version 5.0
  4. Lpi.101-500.v2025-01-11.q230
  5. Question 1

Join the discussion

Question 1/230

Which of the following directories on a 64-bit Linux system typically contain shared libraries? (Choose two.)

Correct Answer: B,D
Explanation
The directories on a 64 bit Linux system that typically contain shared libraries are /usr/lib64/ and /lib64/.
Shared libraries are binary files that provide reusable functions, routines, classes, data structures, and so on for programs and applications. They are loaded into memory before the program starts and shared by multiple processes that use the same library. Shared libraries are usually stored in standard locations in the file system, such as /usr/lib, /usr/local/lib, /lib, and /lib64 for 32 bit systems, and /usr/lib64, /usr/local/lib64, /lib64, and /lib for 64 bit systems12. The /usr/lib64 and /lib64 directories contain the shared libraries for the system and user applications, respectively. The other directories are either non-existent or do not contain shared libraries. The
~/.lib64/ directory is not a standard location for shared libraries, and it is unlikely that a user would have such a directory in their home directory. The /var/lib64/ directory is also not a standard location for shared libraries, and it is usually used for variable data files that are specific to a package or application. The /opt/lib64/ directory is not a standard location for shared libraries, and it is usually used for optional software packages that are installed in the /opt directory3. References:
* Linux Essentials - Linux Professional Institute Certification Programs1
* Exam 101 Objectives - Linux Professional Institute2
* Understanding Shared Libraries in Linux - Tecmint3

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.
Rating:
Other Question (230q)
Q1. Which of the following directories on a 64-bit Linux system typically contain shared libra...
Q2. FILL BLANK Which file from the /proc/file system contains a list of all currently mounted ...
Q3. Which grep command will print only the lines that do not end with a / in the file foo?...
Q4. What is contained on the EFI System Partition?...
Q5. When removing a package on a system using dpkg package management, which dpkgoption ensure...
Q6. Which of the following regular expressions represents a single upper-case letter?...
Q7. Which of the following commands can be used to determine how long the system has been runn...
Q8. Which character, added to the end of a command, runs that command in the background as a c...
Q9. Which of the following commands display the IDs of all processes owned by root? (Choose tw...
Q10. Instead of supplying an explicit device in /etc/fstab for mounting, what other options may...
Q11. When considering the use of hard links, what are valid reasons not to use hard links?...
Q12. Which of the following commands creates or, in case it already exists, overwrites a file c...
Q13. Which of the following commands will send output from the program myapp to both standard o...
Q14. When removing a package, which of the following dpkg options will completely remove the fi...
Q15. Which option to the yum command will update the entire system? (Specify ONLY the option na...
Q16. Which of the following apt-get commands will install the newest versions of all currently ...
Q17. Which of the following commands can be used to create a new file that is 100kB in size?...
Q18. FILL BLANK What directory contains configuration files for additional yum repositories? (S...
Q19. Which umask value ensures that new directories can be read, written and listed by their ow...
Q20. Which of the following apt-get commands will install the newest versions of all currently ...
Q21. Which command displays a list of all background tasks running in the current shell? (Speci...
Q22. Where is the bootloader stored on the hard disk of a UEFI system?...
Q23. Which chown command changes the ownership to dave and the group to staffon a file named da...
Q24. When in Normal mode invi, which character can be used to begin a reverse search of the tex...
Q25. Which of the following properties of a Linux system should be changed when a virtual machi...
Q26. In the vi editor, what vi command will copy (but not paste) from the current line at the c...
Q27. Which of the following commands displays the path to the executable file that would be exe...
Q28. Which of the following is correct when talking about mount points?...
Q29. Given the following input stream: txt1.txt atxt.txt txtB.txt Which of the following regula...
Q30. Which of the following commands will change all CR-LF pairs in an imported text file, user...
Q31. Which of the following commands can be used to determine how long the system has been runn...
Q32. Which of the following commands prints all files and directories within the /tmp directory...
Q33. Which of the following commands installs GRUB 2 into the master boot record on the third h...
Q34. Which of the following sequences in the vi editor saves the opened document and exits the ...
Q35. Which of the following commands lists all currently installed packages when using RPM pack...
Q36. Which of the following statements are correct about the initial RAM disk involved in the b...
Q37. Which of the following commands shows the definition of a given shell command?...
Q38. When using regular expressions, which of the following characters match the beginning of a...
Q39. Which of the following properties of a Linux system should be changed when a virtual machi...
Q40. Which of the following apt-getsubcommands installs the newest versions of all currently in...
Q41. To what environment variable will you assign or append a value if you need to tell the dyn...
Q42. Which of the following commands can be used to download the RPM package kernel without ins...
Q43. Which of the following commands can be used to display the inode number of a given file? (...
Q44. Which command is used to start another command with a given nice level? (Specify ONLY the ...
Q45. Which of the following commands displays the contents of a gzip compressed tar archive?...
Q46. Which of the following statements is correct regarding the command foo 1> bar?...
Q47. Consider the following directory: drwxrwxr-x 2 root sales 4096 Jan 1 15:21 sales Which com...
Q48. Which RPM command will output the name of the package which supplied the file /etc/exports...
Q49. When planning a partition scheme, which of the following directories could be considered f...
Q50. What is the purpose of the xargs command?
Q51. Which program runs a command in specific intervals and refreshes the display of the progra...
Q52. Which grep command will print only the lines that do not end with a / in the file foo?...
Q53. Which of the following tools can show the complete path of an executable file that the cur...
Q54. Which of the following commands changes all occurrences of the word "bob" in file data to ...
Q55. Which of the following commands reads a file and creates separate chunks of a given size f...
Q56. Consider the following output from the command ls -i: (Exhibit) How would a new file named...
Q57. In order to display all currently mounted filesystems, which of the following commands cou...
Q58. Which of the following regular expressions represents a single upper-case letter?...
Q59. What do the permissions -rwSr-xr-x mean for a binary file when it is executed as a command...
Q60. What is the first program the Linux kernel starts at boot time when using System V init?...
Q61. Which of the following commands set the sticky bit for the directory /tmp? (Choose TWO cor...
Q62. Which of the following commands will produce the following output? (Exhibit)...
Q63. Which of the following are init systems used within Linux systems? (Choose THREE correct a...
Q64. What output will be displayed when the user fredexecutes the following command? echo 'fred...
Q65. What is the name of the main configuration file for GNU GRUB? (Specify the file name only ...
Q66. Which of the following files exist in a standard GRUB 2 installation? (Choose two.)...
Q67. Which command will disable swapping on a device? (Specify ONLY the command without any pat...
Q68. Which command will uninstall a package but leave its configuration files in case the packa...
Q69. Which command is used to create and initialize the files used to store quota information? ...
Q70. Which of the following Linux filesystems preallocates a fixed number of inodes at the file...
Q71. What command changes the nice level of a running process? (Specify ONLY the command withou...
Q72. Immediately after deleting 3 lines of text in vi and moving the cursor to a different line...
Q73. Which of the following characters can be combined with a separator string in order to read...
Q74. Which of the following vi commands deletes two lines, the current and the following line?...
Q75. Given the following input stream: txt1.txt atxt.txt txtB.txt Which of the following regula...
Q76. Which of the following commands will print important system information such as the kernel...
Q77. Which of the following commands updates the linker cache of shared libraries?...
Q78. Which of the following commands will display the inode usage of each mounted filesystem?...
Q79. A user accidentally created the subdirectory \dirin his home directory. Which of the follo...
Q80. FILL BLANK Which command is used to change the priority of an already running process? (Sp...
Q81. Which of the following directories on a 64 bit Linux system typically contain shared libra...
Q82. Which of the following is true when a file system, which is neither listed in /etc/fstab n...
Q83. In Bash, inserting 2>&1 after a command redirects:...
Q84. Which shell command is used to continue background execution of a suspended command?...
Q85. Which world-writable directory should be placed on a separate partition in order to preven...
Q86. The message "Hard Disk Error" is displayed on the screen during Stage 1 of the GRUB boot p...
Q87. Which of the following sequences in the vi editor saves the opened document and exits the ...
Q88. Which file from the /proc file system contains a list of all currently mounted devices? (S...
Q89. Which of the following pieces of information of an existing file is changed when a hard li...
Q90. How can the list of files that would be installed by the RPM package file apache-xml.rpm b...
Q91. Which of the following commands lists the dependencies of a given dpkg package?...
Q92. Which of the following commands displays the path to the executable file that would be exe...
Q93. Which daemon handles power management events on a Linux system? acpid...
Q94. In the vi editor, how can commands such as moving the cursor or copying lines into the buf...
Q95. Which command shows all shared libraries required by a binary executable or another shared...
Q96. Which of the following settings for umaskensures that new files have the default permissio...
Q97. Which of the following commands sets the SetUID permission on the executable /bin/foo? chm...
Q98. Which of the following commands will reduce all consecutive spaces down to a single space?...
Q99. Which of the following apt-get subcommands installs the newest versions of all currently i...
Q100. Which of the following commands will produce the following output? (Exhibit)...
Q101. Which of the following commands kills the process with the PID 123 but allows the process ...
Q102. Which of the following commands lists all currently installed packages when using RPM pack...
Q103. Which of the following commands prints all files and directories within the /tmp directory...
Q104. When given the following command line. echo "foo bar" | tee bar | cat Which of the followi...
Q105. Which of the following commands prints a list of usernames (first column) and their primar...
Q106. Which of the following commands print the current working directory when using a Bash shel...
Q107. In a nested directory structure, which find command line option would be used to restrict ...
Q108. Which of the following pieces of information of an existing file is changed when a hard li...
Q109. Which of the following commands makes /bin/foo executable by everyone but writable only by...
Q110. Which of the following examples for Bash file globbing matches a file named root-can-do-th...
Q111. The USB device filesystem can be found under /proc/______/usb/. (Please fill in the blank ...
Q112. An administrator has issued the following command: grub-install --root-directory=/custom-g...
Q113. Which command uninstalls a package but keeps its configuration files in case the package i...
Q114. Which of the following files, located in a user's home directory, contains the Bash histor...
Q115. Pressing the Ctrl-C combination on the keyboard while a command is executing in the foregr...
Q116. Which of the following partition types is used for Linux swap spaces when partitioning har...
Q117. Creating a hard link to an ordinary file returns an error. What could be the reason for th...
Q118. Which of the following commands is used to change options and positional parameters within...
Q119. What is the maximum niceness value that a regular user can assign to a process with the ni...
Q120. When redirecting the output of findto the xargscommand, what option to findis useful if th...
Q121. Which of the following directories on a 64 bit Linux system typically contain shared libra...
Q122. In Bash, inserting 1>&2 after a command redirects...
Q123. Which of the following shell redirections will write standard output and standard error ou...
Q124. What is true regarding the configuration of yum? (Choose two.)...
Q125. After moving data to a new filesystem, how can the former path of the data be kept intact ...
Q126. When running the command sed -e "s/a/b/" /tmp/file >/tmp/file While /tmp/file contains ...
Q127. Which of the following settings for umask ensures that new files have the default permissi...
Q128. Which is the default percentage of reserved space for the root user on new ext4 filesystem...
Q129. Which of the following vi commands deletes two lines, the current and the following line?...
Q130. Which command displays the current disk space usage for all mounted file systems? (Specify...
Q131. Which of the following commands list all files and directories within the /tmp/directory a...
Q132. When removing a package, which of the following dpkg options will completely remove the fi...
Q133. Which of the following are filesystems which can be used on Linux root partitions? (Choose...
Q134. To prevent users from being able to fill up the / partition, the ____________ directory sh...
Q135. Which of the following statements are correct when comparing Linux containers with traditi...
Q136. Which command is used in a Linux environment to create a new directory? (Specify ONLY the ...
Q137. When redirecting the output of findto the xargscommand, what option to findis useful if th...
Q138. Which of the following files are found in the /boot/file system? (Choose two.)...
Q139. FILL BLANK Which command is used to start another command with a given nice level? (Specif...
Q140. Which chown command changes the ownership to dave and the group to staffon a file named da...
Q141. Which of the following statements is correct for a command ending with an &character?...
Q142. A Debian package creates several files during its installation. Which of the following com...
Q143. When running the command sed -e "s/a/b/" /tmp/file >/tmp/file While /tmp/file contains ...
Q144. Which of the following commands print the current working directory when using a Bash shel...
Q145. Which of the following is a limitation of the cut command?...
Q146. While editing a file in vi, the file changes due to another process. Without exiting vi, h...
Q147. Which file should be edited to select the network locations from which Debian installation...
Q148. Which of the following commands replaces each occurrence of 'bob' in the file letter with ...
Q149. Which permissions and ownership should the file /etc/passwd have?...
Q150. Which of the following commands reads a file and creates separate chunks of a given size f...
Q151. In order to display all currently mounted filesystems, which of the following commands cou...
Q152. Which of the following commands displays the manual page command from section 1? man comma...
Q153. Which of the following commands can be used to perform a full text search on all available...
Q154. Which signal is missing from the following command that is commonly used to instruct a dae...
Q155. Which file in the /proc filesystem lists parameters passed from the bootloader to the kern...
Q156. Which command will display messages from the kernel that were output during the normal boo...
Q157. The command dbmaint & was used to run dbmaintin the background. However, dbmaintis ter...
Q158. Which SysV init configuration file is commonly used to set the default run level? (Specify...
Q159. Which of the following partition types is used for Linux swap spaces when partitioning har...
Q160. When removing a package on a system using dpkg package management, which dpkgoption ensure...
Q161. Which of the following statements are true about the boot sequence of a PC using a BIOS? (...
Q162. Which program updates the database that is used by the locate command?...
Q163. In order to display all currently mounted filesystems, which of the following commands cou...
Q164. What command will generate a list of user names from /etc/passwd along with their login sh...
Q165. What is the effect of the egrep command when the -v option is used?...
Q166. Which of the following commands can perform searches on file contents using regular expres...
Q167. Which of the following commands will write a message to the terminals of all logged in use...
Q168. What command changes the nice level of a running process? (Specify ONLY the command withou...
Q169. Which of the following apt-get commands will install the newest versions of all currently ...
Q170. During a system boot cycle, what is the program that is run after the BIOS completes its t...
Q171. Which signal is sent by the kill command by default?...
Q172. Which of the following commands lists the dependencies of the RPM package file foo.rpm?...
Q173. When starting a program with the nice command without any additional parameters, which nic...
Q174. Which of the following commands will change all CR-LF pairs in an imported text file, user...
Q175. Which of the following commands brings a system running SysV init into a state in which it...
Q176. What is the purpose of the xargs command?
Q177. What are the main differences between GPT and MBR partition tables regarding maximum numbe...
Q178. Which of the following commands will write a message to the terminals of all logged in use...
Q179. Which of the following commands installs all packages with a name ending with the string f...
Q180. Which of the following commands reboots the system when using SysV init? (Choose TWO corre...
Q181. Which of the following commands reboots the system when using SysV init? (Choose TWO corre...
Q182. Creating a hard link to an ordinary file returns an error. What could be the reason for th...
Q183. During a system boot cycle, what program is executed after the BIOS completes its tasks?...
Q184. Which of the following commands shows the definition of a given shell command?...
Q185. A faulty kernel module is causing issues with a network interface card. Which of the follo...
Q186. Which of the following environment variables overrides or extends the list of directories ...
Q187. Which daemon handles power management events on a Linux system?...
Q188. When using regular expressions, which of the following characters match the beginning of a...
Q189. Which of the following commands installs all packages with a name ending with the string f...
Q190. What is the default action of the split command on an input file?...
Q191. When given the following command line. echo "foo bar" | tee bar | cat Which of the followi...
Q192. Which of the following signals is sent to a process when the key combination Ctrl+C is pre...
Q193. Which of the following commands are valid in the GRUB 2 configuration file? (Choose two.) ...
Q194. Which of the following files exist in a standard GRUB 2 installation? (Choose two.)...
Q195. Which command must be entered before exiting vi to save the current file as filea.txt?...
Q196. In the vi editor, what vi command will copy (but not paste) from the current line at the c...
Q197. When piping the output of find to the xargs command, what option to find is useful if the ...
Q198. FILL BLANK Following the Filesystem Hierarchy Standard (FHS), where should binaries that h...
Q199. What is the correct way to set the default systemd boot target to multi-user?...
Q200. What of the following statements are true regarding /dev/ when using udev? (Choose TWO cor...
Q201. What is the maximum niceness value that a regular user can assign to a process with the ni...
Q202. You want to preview where the package file, apache-xml.i386.rpm, will install its files be...
Q203. Which of the following commands can be used to create a USB storage media from a disk imag...
Q204. Which of the following commands sets the SetUID permission on the executable /bin/foo? chm...
Q205. Which of the following command sets the Bash variable named TEST with the content FOO?...
Q206. Which of the following commands outputs testto the shell? cat <!EOT...
Q207. Which file in the /proc filesystem lists parameters passed from the bootloader to the kern...
Q208. Which of the following commands will load a kernel module along with any required dependen...
Q209. When considering the use of hard links, what are valid reasons not to use hard links?...
Q210. Which of the following information is stored within the BIOS? (Choose TWO correct answers....
Q211. The command dbmaint & was used to run dbmaint in the background. However, dbmaint is t...
Q212. Which of the following command sets the Bash variable named TEST with the content FOO?...
Q213. Which command will display messages from the kernel that were output during the normal boo...
Q214. Which of the following commands converts spaces in a file to tab characters and prints the...
Q215. After successfully creating a hard link called bar to the ordinary file foo, foo is delete...
Q216. Which SysV init configuration file is commonly used to set the default run level? (Specify...
Q217. What is true regarding UEFI firmware? (Choose two.)...
Q218. When is the content of the kernel ring buffer reset? (Choose two.)...
Q219. From a Bash shell, which of the following commands directly execute the instructions from ...
Q220. Which of the following environment variables overrides or extends the list of directories ...
Q221. Consider the following directory: drwxrwxr-x 2 root sales 4096 Jan 1 15:21 sales Which com...
Q222. After running the command umount /mnt, the following error message is displayed: umount: /...
Q223. What is the difference between the i and a commands of the vi editor?...
Q224. Which of the following commands lists the dependencies of the RPM package file foo.rpm? rp...
Q225. Which of the following is true for hard linked files? (Choose three.)...
Q226. Which of the following files, located in a user's home directory, contains the Bash histor...
Q227. Which of the following commands prints a list of usernames (first column) and their primar...
Q228. Which of the following commands prints a list of usernames (first column) and their primar...
Q229. Which of the following commands prints a list of usernames (first column) and their primar...
Q230. Which of the following statements is correct for a command line ending with a & charac...
[×]

Download PDF File

Enter your email address to download Lpi.101-500.v2025-01-11.q230.pdf

Email:

DumpsFiles

Our website provides the Largest and the most Latest vendors Certification Exam materials around the world.

Using dumps we provide to Pass the Exam, we has the Valid Dumps with passing guranteed just which you need.

  • DMCA
  • About
  • Contact Us
  • Privacy Policy
  • Terms & Conditions
©2025 DumpsFiles

www.dumpsfiles.com materials do not contain actual questions and answers from Cisco's certification exams.