January 18, 2021 by admin [2021.1] Latest updated LPI 010-160 practice test Welcome to your [2021.1] Latest updated LPI 010-160 practice test QUESTION 1 Which of the following commands can be used to resolve a DNS name to an IP address? A. dnsname B. dns C. query D. host E. iplookup None QUESTION 2 Which of the following examples shows the general structure of a for loop in a shell script? A. for *.txt as file => echo $file B. for *.txt ( echo $i ) C. for file in *.txt do echo $i done D. for ls *.txt exec {} \; E. foreach @{file} { echo $i } None QUESTION 3 Which of the following statements regarding Linux hardware drivers is correct? A. Drivers are regular Linux programs which have to be run by the user who wants to use a device. B. Drivers are not used by Linux because the BIOS handles all access to hardware on behalf of Linux. C. Drivers are stored on their devices and are copied by the Linux kernel when a new device is attached D. Drivers are downloaded from the vendor\\'s driver repository when a new device is attached. E. Drivers are either compiled into the Linux kernel or are loaded as kernel modules. None QUESTION 4 What can be found in the /proc/ directory? A. One directory per installed program. B. One device file per hardware device. C. One file per existing user account. D. One directory per running process. E. One log file per running service. None QUESTION 5 Which of the following directories must be mounted with reading and write access if it resides on its own dedicated file system? A. /opt B. /lib C. /etc D. /var E. /usr None QUESTION 6 A user is currently in the directory /home/user/Downloads/ and runs the commandls ../Documents/Assuming it exists, which directory\\'s content is displayed? A. /home/user/Documents/ B. /home/user/Documents/Downloads/ C. /home/user/Downloads/Documents/ D. /Documents/ E. /home/Documents None Time's up