It is impossible to pass LPI 201-400 exam without any help in the short term. Come to Examcollection soon and find the most advanced, correct and guaranteed LPI 201-400 practice questions. You will get a surprising result by our Improved LPIC-2 Exam 201 Part 1 of 2 version 4.0 practice guides.

Q41. - (Topic 1)

In this example output, which descriptions match the purpose of the free, buff and cache columns? (Choose THREE correct answers.)

# 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

A. Used swap space

B. RAM available for filesystem buffers

C. Available free RAM

D. RAM used for buffers

E. RAM used for filesystem cache

Answer: C,D,E


Q42. - (Topic 1)

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.

Answer: A,C,D


Q43.  - (Topic 4)

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

A. relabel /dev/sda1 root

B. tune2fs -L root /dev/sda1

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

D. labelfs --device /dev/sda1 root

Answer: B


Q44. CORRECT TEXT - (Topic 6)

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.

Answer: 

dig, time dig, time host, time nslookup


Q45.  - (Topic 1)

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

A. 0

B. 100

C. 35.9

D. 57.7

E. 36.6

Answer: A


Q46.  - (Topic 3)

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

Answer: D


Q47.  - (Topic 5)

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?

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

Answer: C


Q48.  - (Topic 2)

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

A. beta

B. final

C. longterm

D. prerelease

E. stable

Answer: C,E