LPIC-1 Exam 102 (Linux Administrator) Free Practice Exam Questions

11 real LPIC-1 Exam 102 (Linux Administrator) exam questions with answers and AI explanations. LPI certification prep — page 1 of 2.

  1. Question 1: What output will the following command produce? seq 1 5 20
  2. Question 2: Which of the following files assigns a user to its primary group?
  3. Question 3: In case neither cron.allow nor cron.deny exist in /etc/, which of the following is true?
  4. Question 5: How can the existing environment variable FOOBAR be suppressed for the execution of the script./myscript only?
  5. Question 6: What output will the following command sequence produce? echo '1 2 3 4 5 6' | while read a b c; do echo result: $c $b $a; done
  6. Question 7: Which of the following lines are valid in the file /etc/hosts? (Choose TWO correct answers.)
  7. Question 8: Which of the following IPv4 networks are reserved by IANA for private address assignment and private routing? (Choose THREE correct answers.)
  8. Question 14: Which of the following words is used to restrict the records that are returned from a SELECT SQL query based on a supplied criteria for the values in the recor…
  9. Question 15: Which of the following SQL queries counts the number of occurrences for each value of the field order_type in the table orders?
  10. Question 17: Which of the following commands puts the output of the command date into the shell variable mydate?