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

51 real LPIC-1 Exam 101 (Linux Administrator) exam questions with answers and AI explanations. LPI certification prep — page 5 of 6.

  1. Question 45: What happens after issuing the command vi without any additional parameters?
  2. Question 46: Which variable defines the directories in which a Bash shell searches for executable commands?
  3. Question 47: Which of the following commands determines the type of a file by using a definition database file which contains information about all common file types?
  4. Question 48: Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root? (Choose…
  5. Question 49: When running the command - sed -e "s/a/b/" /tmp/file >/tmp/file While /tmp/file contains data, why is /tmp/file empty afterwards?
  6. Question 50: When given the following command line. echo "foo bar" | tee bar | cat Which of the following output is created?
  7. Question 51: Which of the following commands can be used to determine how long the system has been running? (Choose TWO correct answers.)
  8. Question 52: Which of the following commands will reduce all consecutive spaces down to a single space?
  9. Question 53: What is the output of the following command? echo "Hello World" | tr -d aieou
  10. Question 54: What is the default nice level when a process is started using the nice command?