March Special Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 2493360325

Good News !!! 201-450 LPIC-2 Exam 201, Part 1 of 2, version 4.5 is now Stable and With Pass Result

201-450 Practice Exam Questions and Answers

LPIC-2 Exam 201, Part 1 of 2, version 4.5

Last Update 1 day ago
Total Questions : 161

201-450 is stable now with all latest exam questions are added 1 day ago. Just download our Full package and start your journey with LPIC-2 Exam 201, Part 1 of 2, version 4.5 certification. All these LPI 201-450 practice exam questions are real and verified by our Experts in the related industry fields.

201-450 PDF

201-450 PDF (Printable)
$48
$119.99

201-450 Testing Engine

201-450 PDF (Printable)
$56
$139.99

201-450 PDF + Testing Engine

201-450 PDF (Printable)
$70.8
$176.99
Question # 1

Which of the following files will be looked for and used by GNU make, if one of them exists, unless a different file is specified on the command line when trying to compile software from source code? (Choose TWO correct answers.)

Options:

A.  

configure

B.  

config.h.in

C.  

makefile

D.  

Makefile

E.  

Makefile.in

Discussion 0
Question # 2

When a makefile is included in a source code package, what are commonly defined targets in the file?

Options:

A.  

CFLAGS, CPPFLAGS, LIBS, LDFLAGS

B.  

clean, install, uninstall

C.  

PATHS, DESTDIR, LIBS, LDFLAGS

D.  

prefix, exec_prefix, bindir, mandir

Discussion 0
Question # 3

Which of the following commands will erase the contents of the /dev/sdb3 partition?

Options:

A.  

rm /dev/sdb3

B.  

dd if=/dev/zero of=/dev/sdb3

C.  

dd of=/dev/zero if=/dev/sdb3

D.  

umount /dev/sdb3

Discussion 0
Question # 4

Which of the following is a CD-ROM filesystem standard?

Options:

A.  

OSI9660

B.  

ISO9660

C.  

SR0FS

D.  

ISO8859

E.  

ROM-EO

Discussion 0
Question # 5

Where would fsck put any unreferenced file or file fragments on a ext4 filesystem?

Options:

A.  

recover

B.  

lost+found

C.  

back

D.  

lost

Discussion 0
Question # 6

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.)

Options:

Discussion 0
Question # 7

Please enter the complete path to the main SysV init process configuration file.

Options:

Discussion 0
Question # 8

Which command is used to install a new LILO boot loader?

Options:

A.  

lilo

B.  

lilo-config

C.  

lilo-install

D.  

install-lilo

Discussion 0
Question # 9

What is the functionality that PXE provides?

Options:

A.  

The ability to boot a computer using its network interface.

B.  

The ability to launch an remote X11 desktop on a computer.

C.  

The ability to verify a system's configuration after completing the boot process.

D.  

The ability to verify a system's configuration before completing the boot process.

Discussion 0
Question # 10

The following is an excerpt from the output of tcpdump -nli eth1:

13:03:17.277327 IP 192.168.123.5.1065 > 192.168.5.112.21: Flags [.], ack 1 (truncated)

13:03:17.598624 IP 192.168.5.112.21 > 192.168.123.5.1065: Flags [P.], seq (truncated)

Which network service or protocol was used?

Options:

A.  

FTP

B.  

HTTP

C.  

SSH

D.  

DNS

E.  

DHCP

Discussion 0
Question # 11

Which of the following filter keywords for tcpdump specify the transfer direction for network packets? (Choose TWO correct answers.)

Options:

A.  

source

B.  

src

C.  

dest

D.  

src or dst

E.  

both

Discussion 0
Question # 12

Which program lists information about files and network connections opened by processes? (Specify ONLY the command without any path or parameters.)

Options:

Discussion 0
Question # 13

Which sub command to crypsetup shows information about an encrypted LUKS partition?

Options:

A.  

luksDump

B.  

luksInfo

C.  

luksDebug

D.  

luksLS

E.  

luksShow

Discussion 0
Question # 14

Which of the following commands creates a Btrfs subvolume named volume in/mnt?

Options:

A.  

btrfs subvolume add –n volume /mnt

B.  

btrfs create subvolume /mnt volume

C.  

btrfs-subvolume create /mnt/volume

D.  

btrfs subvolume new volume /mnt

E.  

btrfs subvolume create /mnt/volume

Discussion 0
Question # 15

What information is found in the following excerpt from the file /proc/mdstat? (Choose two.)

Question # 15

Options:

A.  

One of the disks in /dev/md0 has failed and a spare disk is used to recreate full redundancy

B.  

The spare disk /dev/sda1 is used to restore full redundancy after the current recovery

C.  

The information [UU_] means, that the raid is missing one disk and is not fully redundant

D.  

The device is using version 1.2 metadata to allow LILO and GRUB Legacy to use /dev/md0 as the boot partition. This would not have been necessary with GRUB2

E.  

The information [3/2] means that 3 RAID disks belong to the array and 2 disks are spare. Together they equal the number of available disks

Discussion 0
Question # 16

After installing a compiled kernel, it can not find any modules that are needed to be loaded. What make target was likely missed while installing the kernel?

Options:

Discussion 0
Question # 17

A new kernel version needs to be compiled to use a new feature. If the old kernel configuration file is available, which make target creates a configuration file for the new kernel based on the configuration of the old kernel?

Options:

Discussion 0
Question # 18

How is the source code for the main Linux kernel modules distributed?

Options:

A.  

It is included with the Linux kernel source code.

B.  

The kernel modules are downloaded on demand as they are used during compilation.

C.  

The kernel modules have their own release cycle and can be maintained separately from the Linux kernel source.

D.  

It is provided as a separate download alongside the Linux kernel source code of the same version.

Discussion 0
Question # 19

What option in the collectd configuration file is required in order to define what to start monitoring?

Options:

A.  

LoadModule

B.  

Module

C.  

Plugin

D.  

LoadPlugin

Discussion 0
Question # 20

In capacity planning exercises, which tools assist in listing and identifying processes of interest? (Choose TWO correct answers.)

Options:

A.  

acpid

B.  

lsof

C.  

pstree

D.  

telinit

Discussion 0
Question # 21

In this example output, which descriptions match the purpose of the free, buff and cache columns? (Choose THREE correct answers.)

# vmstat 1 100

procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----

r b swpd free buff cache si so bi bo in cs us sy id wa

0 0 0 282120 134108 5797012 0 0 0 2 0 0 0 0 100 0

0 0 0 282120 134108 5797012 0 0 0 0 1007 359 0 0 100 0

0 0 0 282120 134108 5797012 0 0 0 0 1117 577 0 0 100 0

0 0 0 282120 134108 5797012 0 0 0 0 1007 366 0 0 100 0

Options:

A.  

Used swap space

B.  

RAM available for filesystem buffers

C.  

Available free RAM

D.  

RAM used for buffers

E.  

RAM used for filesystem cache

Discussion 0
Question # 22

What mount option must be used in /etc/fstab when mounting an iSCSI target?

Options:

A.  

_santarget

B.  

iscsi

C.  

waitiscsi

D.  

_netdev

Discussion 0
Question # 23

Which single command will simulate a failed device within a RAID 5 array?

Options:

A.  

mdadm --remove /dev/md0 /dev/sdd1

B.  

mdadm --zero-superblock /dev/sdf3

C.  

mdadm --force-fault /dev/md2 /dev/sde2

D.  

mdadm --fail /dev/md0 /dev/sdc1

E.  

mdadm /dev/md0 --offline /dev/sdc1

Discussion 0
Question # 24

Which of the following is an example path to a Linux software RAID array?

Options:

A.  

/dev/raid0

B.  

/dev/rd1

C.  

/dev/pr0

D.  

/dev/md1

Discussion 0
Get 201-450 dumps and pass your exam in 24 hours!

Free Exams Sample Questions