Skip to main content

201-450 Real Exam Questions

LPIC-2 - Exam 201 - version 4.5

161 questions available · Page 1 of 17

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Fill in the blank

FILL BLANK

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

Show answer and explanation

Accepted answer: /dev/disk/by-uuid

Explanation

/dev/disk/by-uuid, by-uuid, /dev/disk/by-uuid/

Question 2 Single choice

What is the purpose of an initramfs during the Linux system start?

  1. A

    It loads required modules and starts sub sytems like LVM to make the root file system accessible to the kernel

  2. B

    It moves the kernel from normal system memory to initram memory to speed up kernel access

  3. C

    It copies the root file system's content to RAM to speed up the system and reduce writes to disk

  4. D

    It creates a ram disk to store volatile data for directories like /tmp to reduce writes to disk

Show answer and explanation

Correct answer: A

Question 3 Single choice

Which RAID level value must be used with Linux software RAID in order to create an array of mirrored devices?

  1. A

    1

  2. B

    5

  3. C

    6

  4. D

    container

  5. E

    mirrorstripe

Show answer and explanation

Correct answer: A

Question 4 Single choice

Which of the following commands shows capabilities and usable frequencies for the wireless interface wlan0?

  1. A

    iw phy pyh0 info

  2. B

    iw dev wlan0 info

  3. C

    iw dev wlan0 show

  4. D

    iw phy wlan0 show

  5. E

    iw phy0 show

Show answer and explanation

Correct answer: A

Question 5 Multiple choice

Which of the filter keywords below could be used in the following command:

tcpdump -i eth0 ____________ 203.0.113.8 (Choose three.)

  1. A

    host

  2. B

    ip

  3. C

    src

  4. D

    dst

  5. E

    ipv6

Show answer and explanation

Correct answers: A, C, D

Question 6 Single choice

Which single command will simulate a failed device within a RAID 5 array?

  1. A

    mdadm --remove /dev/md0 /dev/sdd1

  2. B

    mdadm --zero-superblock /dev/sdf3

  3. C

    mdadm --force-fault /dev/md2 /dev/sde2

  4. D

    mdadm --fail /dev/md0 /dev/sdc1

  5. E

    mdadm /dev/md0 --offline /dev/sdc1

Show answer and explanation

Correct answer: D

Question 7 Single choice

Which of the following commands creates a Btrfs subvolume named volume in/mnt?

  1. A

    btrfs subvolume add -n volume /mnt

  2. B

    btrfs create subvolume /mnt volume

  3. C

    btrfs-subvolume create /mnt/volume

  4. D

    btrfs subvolume new volume /mnt

  5. E

    btrfs subvolume create /mnt/volume

Show answer and explanation

Correct answer: E

Question 8 Fill in the blank

FILL BLANK

Which keyword is used in the /etc/inittab file to define the SysV-init default system runlevel?

Show answer and explanation

Accepted answer: INITDEFAULT

Question 9 Fill in the blank

FILL BLANK

Running tcpdump -nli eth1 'tcp' shows the following output:

14:41:53.694538 IP 10.1.52.145.51738 > 24.215.7.162.143: Flags [.], ack 33051, win 1002, options
[nop,nop,TS val 36789130 ecr 1746004159], length 0
What is the source IP address of this packet?
(Please specify the answer in digits and dots ONLY.)

Show answer and explanation

Accepted answer: 10.1.52.145

Question 10 Single choice

Which of the following is a CD-ROM filesystem standard?

  1. A

    OSI9660

  2. B

    ISO9660

  3. C

    SR0FS

  4. D

    ISO8859

  5. E

    ROM-EO

Show answer and explanation

Correct answer: B