201-400 LPIC-2 Exam 201

Loading demo links...

Showing 7–9 of 20 questions

Question 7 (Linux Kernel)

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

Select all that apply, then click Submit answer.

  • insmod

  • loadmod

  • kernload

  • modprobe

  • probemod

Question 8 (Topic 8 , Exam Set Mix Questions A)

Which of the following daemons must be running on an NFS server?

Select all that apply, then click Submit answer.

  • portmap

  • nfsiod

  • nfsd

  • xinetd

  • mountd

Question 9 (Networking Configuration)

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

Select all that apply, then click Submit answer.

  • ip net delete 10.10.1.0/24

  • route del 10.10.1.0/24

  • route del -net 10.10.1.0/24

  • route del 10.10.1.0/24 gw 192.168.246.11

  • ip route delete 10.10.1.0/24