Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

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

Questions 4

What should be done after updating the configuration file for syslogd in order to make the changes become effective? (Choose TWO correct answers.)

Options:

A.

No action is required, syslogd will notice the updated configuration file after a few minutes.

B.

Send the HUP signal to the syslogd process.

C.

Restart the syslogd service.

D.

Run the command syslogd -u.

Buy Now
Questions 5

Which /etc/hosts.allow entries will permit access to sshd for users from the 192.168.1.0/24 subnet? (Choose TWO correct answers.)

Options:

A.

sshd : 192.168.1.

B.

sshd : 192.168.1

C.

sshd : 192.168.1.0 netmask 255.255.255.0

D.

sshd : 192.168.1.0/255.255.255.0

E.

sshd : 192.168.1.0

Buy Now
Questions 6

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 7

On a Linux node with multiple active networks interfaces, each having a default route to the Internet, which default route is preferred?

Options:

A.

The default route with the highest metric value

B.

The default route with the highest MTU value

C.

The default route with the lowest TTL value

D.

The default route with the highest TTL value

E.

The default route with the lowest metric value

Buy Now
Questions 8

After the downloading patch-4.6.4.xz from http://kernel.org, what are the next steps to prepare the build of a version 4.6.4 Linux kernel? (Choose two.)

Options:

A.

Uncompress the file and move the resulting directory to /usr/src/linux

B.

Apply the patch file to the kernel source directory containing kernel version 4.6.0

C.

Apply the patch file to the kernel source directory containing kernel version 4.6.3

D.

Uncompress the file using xz to get the uncompressed patch file

E.

Use patch to apply the uncompressed patch file to the source directory of any previous kernel version

Buy Now
Questions 9

Which of the following init systems comes along with an own UEFI boot loader?

Options:

A.

systemd

B.

SysVinit

C.

Upstart

D.

OpenRC

E.

launchd

Buy Now
Questions 10

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 11

On a server running the 3.4.50-11 Linux kernel, which file in the /boot directory contains the kernel configuration parameters?

Options:

A.

config-linux-3.4.50-11

B.

config-3.4.50-11

C.

system-3.4.50-11

D.

vmlinuz-3.4.50-11

E.

rc.config-3.4.50-11

Buy Now
Questions 12

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 13

What are the options to node.startup in the iscsid.conf file? (Choose TWO correct answers.)

Options:

A.

login

B.

initiate

C.

manual

D.

discover

E.

automatic

Buy Now
Questions 14

What command is used to make an exact copy, at a single point in time, of a logical volume for backup purposes?

Options:

A.

lvsnap

B.

lvsnapshot

C.

lvcreate

D.

lvcopy

E.

lvclone

Buy Now
Questions 15

What component of a system does smartd monitor?

Options:

A.

CPU

B.

RAM

C.

Hard drives

D.

Ethernet traffic

Buy Now
Questions 16

A server requires a GRUB2 boot option which will always boot to runlevel 1. Which line of a GRUB2 configuration file starts the beginning of the settings needed to make this new choice available?

Options:

A.

initrd

B.

linux

C.

menuentry

D.

runlevel

Buy Now
Questions 17

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

Options:

Buy Now
Questions 18

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

Options:

A.

telinit 0

B.

shutdown -r now

C.

sync

D.

shutdown -h now

E.

reboot

Buy Now
Questions 19

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 20

When is historical data of resource usage important? (Select THREE correct answers.)

Options:

A.

Predicting when resources will need to be increased.

B.

Selecting a computer vendor.

C.

Identifying processes killed during out of memory occurrences.

D.

Diagnosing capacity problems.

E.

Troubleshooting a software problem.

Buy Now
Questions 21

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 22

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)

Options:

Buy Now
Questions 23

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:

Buy Now
Questions 24

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

Options:

A.

recover

B.

lost+found

C.

back

D.

lost

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

201-450 PDF

$28  $80
201-450 Engine

201-450 Testing Engine

$33.25  $95
201-450 PDF + Engine

201-450 PDF + Testing Engine

$45.5  $130