Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Lpi LPI Level 2 Exam 201 (117-201) Free Practice Test

Question 1
CORRECT TEXT
What keyword is missing in the following line from /etc/fstab in order to make a USB flash device writeable by the user fred when mounted:
/dev/sda1 /mnt/usbflash vfat defaults,users,______=fred,umask=022, 0 0
(Provide the option name only without any settings)
Correct Answer:
uid
Question 2
When planning a web server which of the following choices will impact system sizing? (Choose THREE correct answers.)

Correct Answer: B,C,D
Question 3
Which commands below are useful to collect data about remote filesystem connections? (Choose TWO correct answers.)

Correct Answer: B,D
Question 4
The following command has just been run successfully:
cd /opt; tar xvf /dev/nst0;
What will happen if the command sequence is run again?

Correct Answer: C
Question 5
CORRECT TEXT
After a lot of write operations, the administrator want to ensure that the kernel flushes the file system buffers to disk. Which command will accomplish this? (Specify ONLY the command without any path or parameters.)
Correct Answer:
sync
Question 6
A Linux server is running in single user mode for regular maintenance. Which commands are used to restore the server to its usual runlevel? (Choose TWO correct answers.)

Correct Answer: B,D
Question 7
What action should be performed after increasing the size of a logical volume?

Correct Answer: B
Question 8
CORRECT TEXT
Consider the following /etc/fstab file:
/dev/hda1 swap swap defaults 0 0
/dev/hda2 / ext2 defaults 1 1
/dev/hda3 /home ext2 defaults 1 2
none /proc proc defaults 0 0
/dev/sdb1 /media/usb0 vfat user,noauto 0 0
What is one of the possible commands that an ordinary (non-root) user can use to mount the /dev/sdb1 partition on the /media/usb0 mount point? (Please enter the command with all parameters and/or options but without any file system type options.)
Correct Answer:
mount /dev/sdb1, mount /media/usb0, /bin/mount /dev/sdb1, /bin/mount /media/usb0, mount /media/usb0/, /bin/mount /media/usb0/