Black Friday Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

examstrack slider

How to Pass the LPI 201-450 Exam: Comprehensive LPIC-2 Exam 201, Part 1 of 2, version 4.5 Guide and Tips

Questions 31

Which of the following tools are used to measure memory usage? (Choose THREE correct answers.)

Options:

A.

mpstat

B.

pstree

C.

sar

D.

top

E.

vmstat

Buy Now
Questions 32

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

Buy Now
Questions 33

In capacity planning exercises, which tools assist in listing and identifying processes of interest? (Choose TWO correct answers.)

Options:

A.

acpid

B.

lsof

C.

pstree

D.

telinit

Buy Now
Questions 34

What mechanism does collectd use to gather monitoring information on systems?

Options:

A.

It uses a library of plugins.

B.

A master server connects to a collectd service on each machine to retrieve the information.

C.

It collects its own information on each server and sends that to a master server.

D.

It makes SNMP queries to the clients being monitored.

Buy Now
Questions 35

Which of the following is a side effect of extensive usage of swap space?

Options:

A.

The root filesystem may become full because swap space is always located on the system root partition.

B.

The overall system performance may degrade because of heavy hard disk use and memory reorganization.

C.

Since processes always exist completely in either RAM or swap, regular RAM may become unused if the kernel does not move processes back from the swap space to memory.

D.

The memory may become fragmented and slow down the access to memory pages. However, this can be kept to a minimum by the regular use of memfrag -d.

E.

Applications need to restart because their virtual memory addresses change to reflect memory relocation to the swap address area.

Buy Now
Questions 36

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 37

Considering the following kernel IP routing table below, which of the following commands must be used to remove the route to the network 10.10.1.0/24? (Select TWO answers)

Kernel IP routing table

Destination Gateway Genmask Flags Metric Ref Use Iface

203.0.113.162 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0

172.16.87.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0

192.168.246.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1

10.10.1.0 192.168.246.11 255.255.255.0 UG 0 0 0 eth1

127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo

0.0.0.0 203.0.113.162 0.0.0.0 UG 0 0 0 ppp0

Options:

A.

ip net delete 10.10.1.0/24

B.

route del 10.10.1.0/24

C.

route del -net 10.10.1.0/24

D.

route del 10.10.1.0/24 gw 192.168.246.11

E.

ip route delete 10.10.1.0/24

Buy Now
Questions 38

What is the command to add another IP address (192.168.1.2) to a network interface (eth0) that already has (at least) one IP address in the 192.168.1.0/24 subnet?

Options:

A.

ip add addr 192.168.1.2/32 dev eth0

B.

ifconfig eth0 192.168.1.2 netmask 255.255.255.255

C.

ip addr add 192.168.1.2/32 dev eth0

D.

ipconfig eth0 192.168.1.2

Buy Now
Questions 39

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 40

A correctly formatted entry has been added to /etc/hosts.deny to prevent certain clients from connecting to a service but this is having no effect. What could be the cause of this? (Choose TWO correct answers.)

Options:

A.

tcpd needs to be sent the HUP signal.

B.

The service needs to be restarted.

C.

The machine needs to be restarted.

D.

There is a conflicting entry in /etc/hosts.allow.

E.

The service does not support tcpwrapper.

Buy Now