Lpi LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 - 101-350 Exam Practice Test

Question 1
Which of the following commands can be used to create a USB storage media from a disk image?

Correct Answer: E
Question 2
Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?

Correct Answer: D
Question 3
After running the command umount /mnt, the following error message is displayed:
umount: /mnt: device is busy.
What is a common reason for this message?

Correct Answer: B
Question 4
CORRECT TEXT
Which command will disable paging and swapping on a device? (Provide only the command with no additional options or parameters)
Correct Answer:
swapoff, /sbin/swapoff
Question 5
In order to display all currently mounted filesystems, which of the following commands could be used? (Choose TWO correct answers.)

Correct Answer: A,C
Question 6
CORRECT TEXT
Which command will disable swapping on a device? (Specify ONLY the command without any path or parameters.)
Correct Answer:
swapoff, /sbin/swapoff
Question 7
CORRECT TEXT
To prevent users from being able to fill up the / partition, the ____________ directory should be on a separate partition if possible because it is world writeable.
Correct Answer:
/tmp, tmp
Question 8
What effect does the sticky bit have when set on a directory?

Correct Answer: B
Question 9
Which of the following commands changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting?

Correct Answer: E
Question 10
Select the line that best represents what permissions the /etc/passwd file should have.

Correct Answer: E
Question 11
Which signal is sent to a suspended process in order to have it resume execution?

Correct Answer: B
Question 12
Which of the following explanations are valid reasons to run a command in the background of your shell?

Correct Answer: C