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

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

Questions 4

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

Options:

Buy Now
Questions 5

Which file contains the message that is displayed above the login prompt of the system console? (Specify the full name of the file, including path.)

Options:

Buy Now
Questions 6

Which of the following commands can be used to list IPv4 addresses and MAC addresses for IP devices that the system has seen on the local network?

Options:

A.

arp

B.

ifconfig

C.

ipadm

D.

iwlist

Buy Now
Questions 7

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

Buy Now
Questions 8

Which of the following commands can be used to script interactions with various TCP or UDP services?

Options:

A.

ftp

B.

nc

C.

tcpdump

D.

strings

E.

wget

Buy Now
Questions 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

Options:

Buy Now
Questions 10

In the following output, the load averages represent the system load averages for what time frames?

12:10:05 up 18 days, 19:00, 2 users, load average: 0.47, 24.71, 35.31

Options:

A.

1, 5 and 15 minutes

B.

1, 15 and 30 minutes

C.

1, 15, and 30 seconds

D.

15, 30 and 60 minutes

E.

15, 30 and 60 seconds

Buy Now
Questions 11

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

Options:

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.

Buy Now
Questions 12

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 13

A database application requires a maximum shared memory segment (shmmax) of 2GB (2147483648 Bytes). Which configuration file should be modified to set this kernel parameter permanently? (Specify the full name of the file, including path.)

Options:

Buy Now
Questions 14

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 15

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 16

Due to extreme system use, a Linux system requires some additional swap space. To initialize 5GB of additional swap space, which combination of commands should be used?

Options:

A.

dd if=/dev/zero of=/tmp/swapfile bs=1024 count=5120000; mkswap /tmp/swapfile; mount /tmp/swapfile

B.

dd if=/dev/zero of=/tmp/swapfile bs=1024 count=5120000; swapon /tmp/swapfile

C.

dd if=/dev/zero of=/tmp/swapfile bs=1024 count=5120000; mkswap /tmp/swapfile; swapon /tmp/swapfile

D.

touch -5G /tmp/swapfile; swapon /tmp/swapfile

E.

mkswap /tmp/swapfile 512000; swapon /tmp/swapfile

Buy Now
Questions 17

Which of the following best describes the format of the /etc/fstab file?

Options:

A.

device name; filesystem type; mount point; mount options; dump filesystem; fsck order

B.

device name; mount point; filesystem type; mount options; dump filesystem; fsck order

C.

device name; mount point; mount options; filesystem type; dump filesystem; fsck order

D.

mount point; filesystem type; device name; mount options; dump filesystem; fsck order

E.

mount point; device name; filesystem type; mount options; dump filesystem; fsck order

Buy Now
Questions 18

Which command is used to make an exact copy, at a single point in time, of a logical volume while still allowing the original logical volume to be updated?

Options:

A.

lvcclone

B.

lvcreate

C.

lvm2

D.

lvsnap

E.

lvsnapshot

Buy Now
Questions 19

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
Questions 20

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 21

What effect does the –f option to the update-rc.d command have on files in the /etc/rcX.d/ and /etc/init.d/ directories?

Options:

A.

It will force the removal of the symlinks in /etc/rcX.d/ even when the links are read only

B.

It will remove both the symlinks in /etc/rcX.d/ and the init script in /etc/init.d/

C.

It will remove the init script in /etc/init.d/ and the symlinks in /etc/rcX.d/ and update the package information of installed files

D.

It will force the removal of symlinks in /etc/rcX.d/ even if the corresponding init script still exists in /etc/init.d/

Buy Now
Questions 22

A system with SysV-init has a service installed called apache2. Which file controls the start and stop of this service and is referenced by the various runlevel directories?

Options:

A.

/etc/init.d/apache2

B.

/etc/rc2.d/70apache2

C.

/etc/rc2.d/apache2

D.

/etc/rc2.d/apache2.start

Buy Now
Questions 23

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

Options:

Buy Now
Questions 24

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
Exam Code: 201-450
Exam Name: LPIC-2 Exam 201, Part 1 of 2, version 4.5
Last Update: May 12, 2024
Questions: 161

PDF + Testing Engine

$130

Testing Engine

$95

PDF (Q&A)

$80