LPI 101-400 Exam Dumps Updated | LPI Level 1 Exam 101 Study Guide

LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 exams are easy to pass. As long as you use our updated LPI 101-400 exam dumps as the LPI Level 1 Exam 101 Study Guide.

The latest PassITDump 101-400 exam dumps are your best choice. It provides you with the most correct guidance and provides you with 179+ exam questions to help you pass the exam.

101-400Check the following 101-400 free dumps or download 101-400 dumps here.

Question 1:

What of the following statements are true regarding /dev/ when using udev? (Choose TWO correct answers.)

A. Entries for all possible devices get created on boot even if those devices are not connected.

B. Additional rules for udev can be created by adding them to /etc/udev/rules.d/.

C. When using udev, it is not possible to create block or character devices in /dev/ using mknod.

D. The /dev/ directory is a filesystem of type tmpfs and is mounted by udev during system startup.

E. The content of /dev/ is stored in /etc/udev/dev and is restored during system startup.

Correct Answer: BD


Question 2:

Which of the following commands reboots the system when using SysV init? (Choose TWO correct answers.)

A. shutdown -r now

B. shutdown -r “rebooting”

C. telinit 6

D. telinit 0

E. shutdown -k now “rebooting”

Correct Answer: AC


Question 3:

Which of the following commands brings a system running SysV init into a state in which it is safe to perform maintenance tasks? (Choose TWO correct answers.)

A. shutdown -R 1 now

B. shutdown -single now

C. init 1

D. telinit 1

E. runlevel 1

Correct Answer: CD


Question 4:

Which of the following commands is used to update the list of available packages when using dpkg based package management?

A. apt-get update

B. apt-get upgrade

C. apt-cache update

D. apt-get refresh

E. apt-cache upgrade

Correct Answer: A


Question 5:

Which of the following commands updates the linker cache of shared libraries?

A. mkcache

B. soconfig

C. mkldconfig

D. lddconfig E. ldconfig

Correct Answer: E


Question 6:

Which of the following commands lists all currently installed packages when using RPM package management?

A. yum –query –all

B. yum –list –installed

C. rpm –query –all

D. rpm –list installed

Correct Answer: C


Question 7:

Which of the following is correct when talking about mount points?

A. Every existing directory can be used as a mount point.

B. Only empty directories can be used as a mount point.

C. Directories need to have the SetUID flag set to be used as a mount point.

D. Files within a directory are deleted when the directory is used as a mount point.

Correct Answer: A


Question 8:

Which of the following environment variables overrides or extends the list of directories holding shared libraries?

A. LD_LOAD_PATH

B. LD_LIB_PATH

C. LD_LIBRARY_PATH

D. LD_SHARE_PATH

E. LD_RUN_PATH

Correct Answer: C


Question 9:

Which of the following commands overwrites the bootloader located on /dev/sda without overwriting the partition table or any data following it?

A. dd if=/dev/zero of=/dev/sda bs=512

B. dd if=/dev/zero of=/dev/sda bs=512 count=1

C. dd if=/dev/zero of=/dev/sda bs=440 count=1

D. dd if=/dev/zero of=/dev/sda bs=440

Correct Answer: C


Question 10:

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

A. gdisk

B. dd

C. cc

D. fdisk

E. mount

Correct Answer: B


Question 11:

In Bash, inserting 1>and2 after a command redirects

A. standard error to standard input.

B. standard input to standard error.

C. standard output to standard error.

D. standard error to standard output.

E. standard output to standard input.

Correct Answer: C


Question 12:

What command will generate a list of user names from /etc/passwd along with their login shell?

A. column -s : 1,7 /etc/passwd

B. chop -c 1,7 /etc/passwd

C. colrm 1,7 /etc/passwd

D. cut -d: -f1,7 /etc/passwd

Correct Answer: D


Question 13:

In a nested directory structure, which find command line option would be used to restrict the command to searching down a particular number of subdirectories?

A. -dirmax

B. -maxdepth

C. -maxlevels

D. -n

E. -s

Correct Answer: B


Question 14:

What is the maximum niceness value that a regular user can assign to a process with the nice command when executing a new process?

A. 9

B. 19

C. 49

D. 99

Correct Answer: B


Question 15:

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

A. rmdir \’~/\dir\’

B. rmdir “~/\dir”

C. rmdir ~/\’dir\’

D. rmdir ~/\dir

E. rmdir ~/\\dir

Correct Answer: D