Easter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

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

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

Last Update May 18, 2024
Total Questions : 161

We are offering FREE 201-450 LPI exam questions. All you do is to just go and sign up. Give your details, prepare 201-450 free exam questions and then go for complete pool of LPIC-2 Exam 201, Part 1 of 2, version 4.5 test questions that will help you more.

201-450 pdf

201-450 PDF

$35  $99.99
201-450 Engine

201-450 Testing Engine

$42  $119.99
201-450 PDF + Engine

201-450 PDF + Testing Engine

$56  $159.99
Questions 1

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

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:

Discussion 0
Questions 3

Which file contains the text message that is displayed after logging into the console? (Specify the full name of the file, including path.)

Options:

Discussion 0
Questions 4

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?

Options:

A.  

S99lpi

B.  

K99lpi

C.  

PRE-S99lpi

D.  

S98lpi

E.  

S99a-lpi

Discussion 0
Questions 5

Which file tells GRUB the paths of the filesystem partitions in both Linux format and in the GRUB syntax? (Specify the file name only with no path information)

Options:

Discussion 0
Questions 6

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

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

Options:

A.  

insmod

B.  

loadmod

C.  

kernload

D.  

modprobe

E.  

probemod

Discussion 0
Questions 8

What is the correct parameter to pass to the kernel at boot time to force it to use only one of the available processors?

Options:

A.  

maxcpus=1

B.  

usecpus=1

C.  

smpcpus=1

D.  

vcpumx=1

Discussion 0
Questions 9

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

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

Options:

Discussion 0
Questions 11

Which of the following are common Linux filesystem types used for root partitions? (Choose THREE correct answers.)

Options:

A.  

ext4

B.  

VFAT

C.  

NTFS

D.  

XFS

E.  

Btrfs

Discussion 0
Questions 12

What is the purpose of the smartd daemon?

Options:

A.  

It is a user space daemon used for reading smart cards and integrated circuit chips.

B.  

It attempts to automatically repair file systems upon a failed file system check.

C.  

It monitors process activity and helps the kernel decide which processes to kill when the kernel overcommits.

D.  

It monitors certain disk drives and attempts to predict when they will fail.

Discussion 0
Questions 13

What component of a system does smartd monitor?

Options:

A.  

CPU

B.  

RAM

C.  

Hard drives

D.  

Ethernet traffic

Discussion 0
Questions 14

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

Discussion 0
Questions 15

Which file in /proc contains information on the status of local software RAID devices?

Options:

A.  

/proc/raidstat

B.  

/proc/mdstat

C.  

/proc/raidstatus

D.  

/proc/mdstatus

E.  

/proc/raid/status

Discussion 0
Questions 16

Which of the following commands erases 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
Questions 17

In order to gather performance data with sar over a longer period of time, which command should be run periodically from cron?

Options:

A.  

sa1

B.  

sarmon

C.  

sarec

D.  

sadf

E.  

sarcron

Discussion 0
Questions 18

What command is used to send messages to all users currently logged in? (Specify ONLY the command without any path or parameters.)

Options:

Discussion 0
Questions 19

Which commands below are useful to collect data about remote filesystem connections? (Choose TWO correct answers.)

Options:

A.  

pidstat

B.  

nfsiostat

C.  

sadf

D.  

cifsiostat

Discussion 0
Questions 20

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

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

Discussion 0
Questions 22

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.

Discussion 0
Questions 23

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:

Discussion 0
Questions 24

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