Weekend Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpm65

201-450 LPIC-2 Exam 201, Part 1 of 2, version 4.5 Questions and Answers

Questions 4

During booting, when the Linux kernel loads an initramfs file, which command from the initramfs will be executed first, if present?

Options:

A.

/init

B.

/initrd

C.

/linuxrc

D.

/rc.local

E.

/sbin/init

Buy Now
Questions 5

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.

Buy Now
Questions 6

After changing the default runlevel in the SysV-init configuration file, the system boots in a different than intended runlevel. Where else could this different runlevel be defined?

Options:

A.

In the /etc/sysctl.conf

B.

In the boot loader configuration file

C.

In the /etc/runlevel file

D.

In the /boot/initramfs file

E.

In the /etc/rc.d/rc.local file

Buy Now
Questions 7

In the following output, what percentage of time was the CPU waiting for pending I/O?

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

0

B.

100

C.

35.9

D.

57.7

E.

36.6

Buy Now
Questions 8

In the following output from top, which processes contribute to the percentage of time that the CPU spends in the state of wa?

Tasks: 193 total, 1 running, 190 sleeping, 2 stopped, 0 zombie

Cpu(s): 0.5%us, 0.3%sy, 0.0%ni, 98.2%id, 1.0%wa, 0.0%hi, 0.0%si, 0.0%st

Options:

A.

Processes waiting for user interaction.

B.

Processes that were already closed and are waiting to be launched again.

C.

Processes that have not been scheduled yet because they haven't been fully loaded into RAM or are in swap.

D.

Processes waiting for IO operations to complete.

Buy Now
Questions 9

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

Buy Now
Questions 10

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:

Buy Now
Questions 11

Which of the following terms are used to describe 3.x kernel releases? (Choose TWO correct answers.)

Options:

A.

beta

B.

final

C.

longterm

D.

prerelease

E.

stable

Buy Now
Questions 12

What is a key difference between a zImage and bzImage kernel image?

Options:

A.

zImage is compressed using gzip, bzImage is compressed using bzip2.

B.

zImage is for 2.6 series kernels, bzImage is for 3.x series kernels.

C.

zImage is limited to 64k, bzImage has no such restriction.

D.

zImage gets loaded completely into low memory. bzImage will load into high memory once low memory is full.

Buy Now
Questions 13

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

Buy Now
Questions 14

What is incorrect about these entries in /etc/hosts which could be causing host name lookup problems with host2?

host1 192.168.1.12

host2 192.168.1.12

Options:

A.

Two host names are using the same IP address.

B.

The server doing the query is on a different subnet.

C.

The fields are out of order.

D.

host2 is not a fully qualified domain name.

Buy Now
Questions 15

The users of the local network complain that name resolution is not fast enough. Enter the command, without the path or any options, that shows the time taken to resolve a DNS query.

Options:

Buy Now
Questions 16

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

201-450 Question 16

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

Buy Now
Questions 17

Which of the following commands lists IPv4 addresses and MAC addresses of network nodes that the local system has seen on its directly connected IP networks?

Options:

A.

arp

B.

ifconfig

C.

ipadm

D.

iwlist

Buy Now
Questions 18

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

Buy Now
Questions 19

How can the label root be added to the ext4 filesystem on /dev/sda1?

Options:

A.

relabel /dev/sda1 root

B.

tune2fs -L root /dev/sda1

C.

echo 'root' > /proc/fs/sda1/label

D.

labelfs --device /dev/sda1 root

Buy Now
Questions 20

What component of a system does smartd monitor?

Options:

A.

CPU

B.

RAM

C.

Hard drives

D.

Ethernet traffic

Buy Now
Questions 21

Which RAID level value must be used with Linux software RAID in order to create an array of mirrored devices?

Options:

A.

1

B.

5

C.

6

D.

container

E.

mirrorstripe

Buy Now
Questions 22

Which directory in /dev/disk/ can be used to determine the UUID of a connected hard disk?

Options:

Buy Now
Questions 23

Which command turns an existing ext2 filesystem non-destructively into an ext3 filesystem? (Specify ONLY the command without any path or parameters.)

Options:

Buy Now
Questions 24

How can the label root be added to the ext2 filesystem on /dev/sda1?

Options:

A.

relabel /dev/sda1 root

B.

tune2fs -L root /dev/sda1

C.

echo 'root' > /proc/fs/sda1/label

D.

labelfs --device /dev/sda1 root

Buy Now
Exam Code: 201-450
Exam Name: LPIC-2 Exam 201, Part 1 of 2, version 4.5
Last Update: May 16, 2024
Questions: 161

PDF + Testing Engine

$56  $159.99

Testing Engine

$42  $119.99
buy now 201-450 testing engine

PDF (Q&A)

$35  $99.99
buy now 201-450 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 19 May 2024