Linux Essentials (010-160) Free Practice Exam Questions

74 real Linux Essentials (010-160) exam questions with answers and AI explanations. LPI certification prep — page 3 of 8.

  1. Question 24: Which of the following directories must be mounted with read and write access if it resides on its own dedicated file system?
  2. Question 25: The current directory contains the following file: -rw-r`"r`" 1 root exec 24551 Apr 2 12:36 test.sh The file contains a valid shell script, but executing this…
  3. Question 26: What is defined by a Free Software license?
  4. Question 27: Which of the following commands sorts the output of the command export-logs?
  5. Question 28: Which of the following characters in a shell prompt indicates the shell is running with root privileges?
  6. Question 29: Which of the following values could be a process ID on Linux?
  7. Question 30: What can be found in the /proc/ directory?
  8. Question 31: Which of the following examples shows the general structure of a for loop in a shell script?
  9. Question 32: The file script.sh in the current directory contains the following content: #!/bin/bash echo $MYVAR The following commands are used to execute this script: MYV…
  10. Question 33: Which of the following commands creates the ZIP archive poems.zip containing all files in the current directory whose names end in .txt?