LPIC-2 Exam 201 v8.0 (201-400)

Page:    1 / 31   
Total 462 questions

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

  • A. OSI9660
  • B. ISO9660
  • C. SR0FS
  • D. ISO8859
  • E. ROM-EO


Answer : B

The main configuration file for autofs has this entry:
/home /etc/auto.home
What is the meaning of the /etc/auto.home file?

  • A. It has the indirect maps for the mounting of file systems.
  • B. It has configuration information, such as passwords and keys, for the remote file server.
  • C. It has configuration information on settings for the /home mount point.
  • D. It is the holds the SSL key to allow authentication to the remote file server.


Answer : A

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



Answer : /dev/disk/by-uuid, by-uuid, /dev/disk/by-uuid/

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.)

  • A. /proc/dtab
  • B. /etc/mtab
  • C. /etc/fstab
  • D. /proc/mounts
  • E. /proc/devices


Answer : B,D

Which command turns an existing ext2 filesystem non-destructively into an ext3 filesystem? (Specify ONLY the command without any path or parameters.)



Answer : /sbin/tune2fs, tune2fs Topic 5, Advanced Storage Device Administration

What keyword is missing in the following line from /etc/fstab in order to make a USB flash device writeable by the user fred when mounted:
/dev/sda1 /mnt/usbflash vfat defaults,users,______=fred,umask=022, 0 0
(Provide the option name only without any settings)



Answer : uid

What mount option must be used in /etc/fstab when mounting an iSCSI target?

  • A. _santarget
  • B. iscsi
  • C. waitiscsi
  • D. _netdev


Answer : D

The correct command sequence to create and mount logical volumes on a Linux system is:

  • A. lvcreate, pvcreate, vgcreate, mkfs, mount
  • B. pvcreate, vgcreate, lvcreate, mkfs, mount
  • C. vgcreate, lvcreate, pvcreate, mount, mkfs
  • D. mkfs, pvcreate, vgcreate, lvcreate, mount
  • E. pvcreate, lvcreate, vgcreate, mkfs, mount


Answer : B

What is the minimum number of disks required in a fully redundant RAID5 array?

  • A. 1
  • B. 2
  • C. 3
  • D. 4
  • E. 5


Answer : C

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

  • A. 1
  • B. 5
  • C. 6
  • D. container
  • E. mirrorstripe


Answer : A

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

What is the purpose of the command vgextend?

  • A. Extend a volume group's footprint on disk.
  • B. Add physical volumes to an existing volume group.
  • C. Increase the number of days between scheduled error checking.
  • D. Create a volume group which uses all available space on disk.


Answer : B

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

  • A. OSI9660
  • B. ISO9660
  • C. SR0FS
  • D. ISO8859
  • E. ROM-EO


Answer : B

The main configuration file for autofs has this entry:
/home /etc/auto.home
What is the meaning of the /etc/auto.home file?

  • A. It has the indirect maps for the mounting of file systems.
  • B. It has configuration information, such as passwords and keys, for the remote file server.
  • C. It has configuration information on settings for the /home mount point.
  • D. It is the holds the SSL key to allow authentication to the remote file server.


Answer : A

What command will remove a physical volume from a volume group? (Specify ONLY the command without any path or parameters.)



Answer : vgreduce, /sbin/vgreduce

Page:    1 / 31   
Total 462 questions