LPI 117-201 - Advanced Level Linux Certification Exam
Page: 2 / 24
Total 120 questions
Question #6 (Topic: )
Which of the following commands will list the IPv4 neighbors of the current system? This
includes IP and MAC addresses. (Choose TWO correct answers.)
includes IP and MAC addresses. (Choose TWO correct answers.)
A. arp
B. ifconfig -lv eth0
C. netstat -al
D. ip neigh show
Answer: A,D
Question #7 (Topic: )
Which files are updated as devices are mounted and unmounted to provide information on
the currently mounted devices and the options used? (Choose TWO correct answers.)
the currently mounted devices and the options used? (Choose TWO correct answers.)
A. /proc/dtab
B. /etc/mtab
C. /etc/fstab
D. /proc/mounts
E. /proc/devices
Answer: B,D
Question #8 (Topic: )
Which command is used to create a ISO9660 filesystem? (Specify ONLY the command
without any path or parameters.)
without any path or parameters.)
Answer: mkisofs, genisoimage
Question #9 (Topic: )
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
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
Question #10 (Topic: )
In the following output, what is the 5 minute load average for the system?
# uptime
12:10:05 up 18 days, 19:00, 2 users, load averagE.0.47, 24.71, 35.31
# uptime
12:10:05 up 18 days, 19:00, 2 users, load averagE.0.47, 24.71, 35.31
A. 0.47
B. 24.71
C. 35.31
D. There is no 5 minute interval. It is some value between 0.47 and 24.71.
E. There is no 5 minute interval. It is some value between 24.71 and 35.31.
Answer: B