Latest updated LPI 101-500 practice test

Welcome to your Latest updated LPI 101-500 practice test

QUESTION 1

Which of the following commands can be used to search for the executable file foo when it has been placed in a
directory not included in $PATH?

QUESTION 2

Which signal is sent by the kill command by default?

QUESTION 3

What is the output of the following command? echo "Hello World" | tr -d aieou

QUESTION 4

Which of the following commands prints a list of available package updates when using an RPM-based package
management?

QUESTION 5

The system is having trouble and the engineer wants to bypass the usual /sbin/init start-up and run /bin/sh. What is the usual way to pass this change to the kernel from your boot loader?

QUESTION 6

Which type of filesystem is created by mkfs when it is executed with the block device name only and without any
additional parameters?

QUESTION 7

Which shell command is used to continue the background execution of a suspended command?

QUESTION 8

What is the purpose of the Bash built-in export command?

QUESTION 9

Which of the following commands can be used to display the inode number of a given file?

QUESTION 10

Which of the following files, located in the user home directory, is used to store the Bash history?

QUESTION 11

A user accidentally created the subdirectory \dir in his home directory. Which of the following commands will remove
that directory?

QUESTION 12

Consider the following directory:
drwxrwxr-x 2 root sales 4096 Jan 1 15:21 sales
Which command ensures new files created within the directory sales are owned by the group sales? (Choose two.)