LPI Certification / CompTIA Linux+ Practice Test - Question List

Select how would you like to study

81. You want to create a symbolic link in your home directory that will link the manual file to the /usr/test/lts/learning directory. Which of the following commands should you use?
  1. ln /usr/test/lts/learning ~/learning
  2. ln -s ~/learning /usr/test/lts/learning
  3. ln -s /usr/test/lts/learning ~/learning
  4. ln ~/learning /usr/test/lts/learning
82. Jack is troubleshooting a Linux system that cannot open Web pages from the Internet. He has verified the configuration using ifconfig. He has also checked that the hosts can be pinged on the Internet using IP addresses. Which of the following could be the most likely cause of the problem?
  1. The system is configured with an incorrect default gateway.
  2. The system is configured with an incorrect subnet mask.
  3. A firewall on the network is blocking ICMP traffic.
  4. The DNS server is down.
83. Jack has installed a new 300GB IDE hard drive in a Linux system. However, his CMOS setup program only detects 160GB. Which of the following is the most likely cause?
  1. The BIOS firmware is outdated.
  2. The kernel version is not the latest one.
  3. The kernel module for the new disk is outdated.
  4. The drive is configured to be a slave drive when it should be configured as a master.
84. Which of the following specifies the contents of a DHCPOFFER message?
  1. A request for an IP address from the DHCP client
  2. A discovery packet used to locate the DHCP server
  3. Acceptance of an IP address assignment from the DHCP client
  4. An IP address assignment proposal from the DHCP server
85. Jack is using a user account named jackrusl. You want to set password age limits for this user account. The minimum password age should be 5 days and the maximum password age should be 60 days. You also need to warn the user 2 days prior to password expiration. Which of the following command should you use?
  1. usermod -m 1 -M 45 -W 5 jackrusl
  2. chage -m 1 -M 45 -W 5 jackrusl
  3. useradd -m 1 -M 45 -W 5 jackrusl
  4. change -M 1 -m 45 -W 5 jackrusl

Select how would you like to study