Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

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

Question # 4

What component of a system does smartd monitor?

A.

CPU

B.

RAM

C.

Hard drives

D.

Ethernet traffic

Full Access
Question # 5

Which of the following command sequences can be used to extract files contained in a initramfs file (/boot/initramfs) which is used by the kernel at boot time?

A.

cp /boot/initramfs /tmp/initramfs.gz; gzip -c /tmp/initramfs.gz; mkdir /tmp/initramfs.dir ; cd /tmp/initramfs.dir ; cpio -i < /tmp/initramfs

B.

cp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mkdir /tmp/initramfs.dir ; cd /tmp/initramfs.dir ; cpio -i < /tmp/initramfs

C.

cp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mount /tmp/initramfs /mnt/ -o loop -t initramfs

D.

cp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mkdir /tmp/initramfs.dir ; cd /tmp/initramfs.dir ; cpio -e /tmp/initramfs

E.

cp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mount /tmp/initramfs /mnt/ -o loop -t initrd

Full Access
Question # 6

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

A.

/dev/raid0

B.

/dev/rd1

C.

/dev/pr0

D.

/dev/md1

Full Access
Question # 7

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

A.

lvsnap

B.

lvsnapshot

C.

lvcreate

D.

lvcopy

E.

lvclone

Full Access
Question # 8

The IDE hard drive /dev/hda does not have DMA enabled. Which command must be run to enable DMA on it?

A.

hdparm -d /dev/hda

B.

hdparm --dma /dev/hda

C.

hdparm --dma /dev/hda1

D.

hdparm -d /dev/hda1

E.

hdparm -d 1 /dev/hda

Full Access
Question # 9

According to the tcpdump output below, what is the IP address of the client host?

02:12:40.511381 IP 192.168.246.11.1045 > 192.168.246.1.22: S 3838532429:3838532429(0) win 5840

02:12:40.511540 IP 192.168.246.1.22 > 192.168.246.11.1045: S 1209330085:1209330085(0) ack 383853 2430 win 5792

02:12:40.511755 IP 192.168.246.11.1045 > 192.168.246.1.22: . ack 1 win 1460

02:12:40.515122 IP 192.168.246.1.22 > 192.168.246.11.1045: P 1:26(25) ack 1 win 5792

02:12:40.515511 IP 192.168.246.11.1045 > 192.168.246.1.22: . ack 26 win 1460

02:12:40.515952 IP 192.168.246.11.1045 > 192.168.246.1.22: P 1:23(22) ack 26 win 1460

Full Access
Question # 10

Under which of the following circumstances would the command ping output the string (DUP!)?

A.

When the ICMP packets are send to a broadcast address and multiple hosts respond.

B.

When the host being sent ICMP packets is on a different network.

C.

When the router responds to the ICMP packet in addition to the host receiving the ICMP packets.

D.

When the host sending the ICMP packet is the same host as the one receiving the ICMP packets.

Full Access
Question # 11

Which commands are used to load modules into the Linux kernel? (Choose TWO correct answers.)

A.

insmod

B.

loadmod

C.

kernload

D.

modprobe

E.

probemod

Full Access
Question # 12

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

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.

Full Access
Question # 13

If all of the following files and/or symlinks exist in a SysV-init runlevel directory, which of the following will be executed first when booting the system directly into the runlevel?

A.

S99lpi

B.

K99lpi

C.

PRE-S99lpi

D.

S98lpi

E.

S99a-lpi

Full Access
Question # 14

Where is the LILO boot loader code typically installed on a system with only a single Linux installation and no other operating systems?

A.

In the master boot record.

B.

In the boot sector.

C.

In the /boot directory.

D.

At the start of the kernel.

Full Access
Question # 15

What should be done to ensure a client machine uses the recursive nameserver running on the IP address 192.168.0.1? (Choose TWO correct answers.)

A.

Add nameserver 192.168.0.1 to /etc/resolv.conf.

B.

Run route add nameserver 192.168.0.1.

C.

Run ifconfig eth0 nameserver 192.168.0.1.

D.

Ensure that the dns service is listed in the hosts entry in the /etc/nsswitch.conf file.

E.

Run bind add nameserver 192.168.0.1.

Full Access
Question # 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?

A.

initrd

B.

linux

C.

menuentry

D.

runlevel

Full Access
Question # 17

Which is the main configuration file for the SystemV init process? (Specify the full name of the file, including path.)

Full Access
Question # 18

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

A.

rm /dev/sdb3

B.

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

C.

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

D.

umount /dev/sdb3

Full Access
Question # 19

What is the device name for the first SCSI tape drive on a system when used without automatic rewinding after each write operation? (Please specify the full path to the device.)

Full Access
Question # 20

Which of the following configuration files are used by tcpwrapper?

A.

/etc/tcpd.allow and etc/tcpd.deny

B.

/etc/tcpwrapper.allow and /etc/tcpwrapper.deny

C.

/etc/hosts.allow and /etc/hosts.deny

D.

/etc/service.allow and /etc/service.deny

Full Access
Question # 21

In the output of sar –b, what does tps stand for?

A.

Terrabyte per second

B.

Traffic per second

C.

Transfers per second

D.

Total data per second

E.

Terrabit per second

Full Access
Question # 22

When planning a web server which of the following choices will impact system sizing? (Choose THREE correct answers.)

A.

How many concurrent users are expected.

B.

Which hardware vendor has better Linux support.

C.

What type of content will be served.

D.

What scripting languages will the web server support.

E.

Will the OS install be CD, DVD or network based.

Full Access
Question # 23

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

A.

LoadModule

B.

Module

C.

Plugin

D.

LoadPlugin

Full Access
Question # 24

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

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.

Full Access