Latest LPI 101-400 Practice Exam Questions | 100% free – collection4pdf

Collection4pdf regularly publishes useful test dumps. LPI 101-400 exam dumps online test exercises and
Lpi 101-400 pdf online free download from pass4itsure.
Lpi official newly released 101-400 dumps in pass4itsure.com!
100% pass guarantee! Pass4itsure is committed to helping your 101-400 exam
certification test high scores. The best-of-the-prepare for a exam are not reading a text book, but taking practice
questions and understanding the Correct answers.
The following questions and answers are the newly released Lpi Official Exam Center: https://www.pass4itsure.com/101-400.html

[PDF] Free Lpi 101-400 dumps download from Google Drive:
https://drive.google.com/open?id=1LJ5MuaZoaB4M2NP7ZReuz94SH8LFelkq

[PDF] Free All Lpi dumps download from Google Drive:
https://drive.google.com/open?id=14wRsqAhVcUO-6z4cd3KJoWtv1quyLt1v

Exam 101 Objectives | Linux Professional Institute:
https://www.lpi.org/our-certifications/exam-101-objectives

Pass4itsure offers the latest Lpi 101-400 practice test free of charge (30Q&As)

QUESTION 1
Which of the following commands shows the definition of a given shell command?
A. where
B. stat
C. type
D. case
Correct Answer: C

QUESTION 2
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 3
Which of the following options for the kernel\’s command line changes the systemd boot target to rescue.target instead
of the default target?
A. systemd.target=rescue.target
B. systemd.runlevel=rescue.target
C. systemd.service=rescue.target
D. systemd.default=rescue.target
E. systemd.unit=rescue.target
Correct Answer: E

QUESTION 4
Which of the following kernel parameters instructs the kernel to suppress most boot messages?
A. silent
B. verbose=0
C. nomesg D. quiet
Correct Answer: D

QUESTION 5
Which of the following options is used in a GRUB Legacy configuration file to define the amount of time that the GRUB
menu will be shown to the user?
A. hidemenu
B. splash
C. timeout
D. showmenu
Correct Answer: C

QUESTION 6
Which character, added to the end of a command, runs that command in the background as a child process of the
current shell?
A. !
B. +
C. andamp;
D. %
E. #
Correct Answer: C

QUESTION 7
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?
A. The kernel has not finished flushing disk writes to the mounted device.
B. A user has a file open in the /mnt directory.
C. Another file system still contains a symlink to a file inside /mnt.
D. The files in /mnt have been scanned and added to the locate database.
E. The kernel thinks that a process is about to open a file in /mnt for reading.
Correct Answer: B

QUESTION 8
What can the Logical Volume Manager (LVM) be used for? (Choose THREE correct answers.)
A. To create RAID 9 arrays.
B. To dynamically change the size of logical volumes.
C. To encrypt logical volumes.
D. To create snapshots.
E. To dynamically create or delete logical volumes.
Correct Answer: BDE

QUESTION 9
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?
A. magic
B. type
C. file
D. pmagic
E. hash
Correct Answer: C

QUESTION 10
Which of the following commands will reduce all consecutive spaces down to a single space?
A. tr \’\s\’ \’ \’ andlt; a.txt andgt; b.txt
B. tr -c \’ \’ andlt; a.txt andgt; b.txt
C. tr -d \’ \’ andlt; a.txt andgt; b.txt
D. tr -r \’ \’ \’\n\’ andlt; a.txt andgt; b.txt
E. tr -s \’ \’ andlt; a.txt andgt; b.txt
Correct Answer: E

QUESTION 11
Which of the following commands lists the dependencies of a given dpkg package?
A. apt-cache depends-on package
B. apt-cache dependencies package
C. apt-cache depends package D. apt-cache requires package
Correct Answer: C

QUESTION 12
Which of the following commands will write a message to the terminals of all logged in users?
A. bcast
B. mesg
C. print
D. wall
E. yell
Correct Answer: D

QUESTION 13
Which of the following commands will print the last 10 lines of a text file to the standard output?
A. cat -n 10 filename
B. dump -n 10 filename
C. head -n 10 filename
D. tail -n 10 filename
Correct Answer: D

QUESTION 14
What does the command mount -a do?
A. It ensures that all file systems listed with the option noauto in /etc/fstab are mounted.
B. It shows all mounted file systems that have been automatically mounted.
C. It opens an editor with root privileges and loads /etc/fstab for editing.
D. It ensures that all file systems listed with the option auto in /etc/fstab are mounted.
E. It ensures that all file systems listed in /etc/fstab are mounted regardless of their options.
Correct Answer: D

QUESTION 15
Which of the following commands changes the ownership of file.txt to the user dan and the group staff?
A. chown dan/staff file.txt
B. chown dan:staff file.txt C. chown -u dan -g staff file.txt
D. chown dan -g staff file.txt
Correct Answer: B

QUESTION 16
When using rpm –verify to check files created during the installation of RPM packages, which of the following
information is taken into consideration? (Choose THREE correct answers.)
A. Timestamps
B. MD5 checksums
C. Inodes
D. File sizes
E. GnuPG signatures
Correct Answer: ABD

QUESTION 17
In compliance with the FHS, in which of the directories are man pages found?
A. /usr/share/man
B. /opt/man
C. /usr/doc/
D. /var/pkg/man
E. /var/man
Correct Answer: A

QUESTION 18
When starting a program with the nice command without any additional parameters, which nice level is set for the
resulting process?
A. -10
B. 0
C. 10
D. 20
Correct Answer: C

QUESTION 19
What is the maximum niceness value that a regular user can assign to a process with the nice command whenexecuting a new process?
A. 9
B. 19
C. 49
D. 99
Correct Answer: B

QUESTION 20
Which of the following commands can be used to determine how long the system has been running? (Choose TWO
correct answers.)
A. uptime
B. up
C. top
D. uname -u
E. time up
Correct Answer: AC

QUESTION 21
Which file should be edited to select the network locations from which Debian installation package files are loaded?
A. /etc/dpkg/dpkg.cfg
B. /etc/apt/apt.conf
C. /etc/apt/apt.conf.d
D. /etc/apt/sources.list
E. /etc/dpkg/dselect.cfg
Correct Answer: D

QUESTION 22
Which run levels should never be declared as the default run level when using SysV init? (Choose TWO correct
answers.)
A. 0
B. 1
C. 3
D. 5 E. 6
Correct Answer: AE

QUESTION 23
Which of the following commands creates an ext3 filesystem on /dev/sdb1? (Choose TWO correct answers.)
A. /sbin/mke2fs -j /dev/sdb1
B. /sbin/mkfs -t ext3 /dev/sdb1
C. /sbin/mkfs -c ext3 /dev/sdb1
D. /sbin/mke3fs -j /dev/sdb1
Correct Answer: AB

QUESTION 24
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 25
Which of the following commands kills the process with the PID 123 but allows the process to andquot;clean upandquot;
before exiting?
A. kill -PIPE 123
B. kill -KILL 123
C. kill -STOP 123
D. kill -TERM 123
Correct Answer: D

QUESTION 26
Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?
A. SIGTERM
B. SIGINT
C. SIGSTOP D. SIGKILL
Correct Answer: B

QUESTION 27
Immediately after deleting 3 lines of text in vi and moving the cursor to a different line, which single character command
will insert the deleted content below the current line?
A. i (lowercase)
B. P (uppercase)
C. p (lowercase)
D. U (uppercase)
E. u (lowercase)
Correct Answer: C

QUESTION 28
Which of the following sequences in the vi editor saves the opened document and exits the editor? (Choose TWO
correct answers.)
A. esc ZZ
B. ctrl :w!
C. esc zz
D. esc :wq!
E. ctrl XX
Correct Answer: AD

QUESTION 29
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 30
What is the effect of the egrep command when the -v option is used? A. It enables color to highlight matching parts.
B. It only outputs non-matching lines.
C. It shows the command\’s version information.
D. It changes the output order showing the last matching line first.
Correct Answer: B

Summarize:Collection4pdf regularly publishes useful test dumps. LPI 101-400 exam dumps online test exercises and
Lpi 101-400 pdf online free download from pass4itsure.
Pass4itsure helped millions of candidates pass the LPI 101-400 exam and get certified.
We have thousands of success stories. Our dumps are reliable, and the answers and explanations for each question are provided
through our LPI experts to help you understand the concept and pass the LPI 101-400 certification exam. Pass4itsure exam
dumps are up to date.

[PDF] Free Lpi 101-400 dumps download from Google Drive:
https://drive.google.com/open?id=1LJ5MuaZoaB4M2NP7ZReuz94SH8LFelkq

[PDF] Free All Lpi dumps download from Google Drive:
https://drive.google.com/open?id=14wRsqAhVcUO-6z4cd3KJoWtv1quyLt1v

Pass4itsure Promo Code 15% Off

pass4itsure coupon

related: https://www.collection4pdf.com/new-cisco-700-038-dumps-pdf/