LPIC-2 Exam 201, Part 1 of 2, version 4.5 試験
2021新年のギフト:201-450 最新真題を買う時、日本語版と英語版両方を同時に獲得できます。
実際の問題集を練習し、試験のポイントを了解し、テストに申し込むするかどうかを決めることができます。
さらに試験準備時間の35%を節約するには、201-450 問題集を使用してください。
Question No : 1
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?
正解:
Question No : 2
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)
正解: uid
Question No : 3
Which directory in /dev/disk/ can be used to determine the UUID of a connected hard disk?
正解: /dev/disk/by-uuid, by-uuid, /dev/disk/by-uuid/
Question No : 4
What is the main template file used by autofs?
正解:
Question No : 5
Which of the following are common Linux filesystem types used for root partitions? (Choose THREE correct answers.)
正解:
Question No : 6
What is the purpose of the smartd daemon?
正解:
Question No : 7
Which command is used to create a ISO9660 filesystem? (Specify ONLY the command without any path or parameters.)
正解: mkisofs, genisoimage
Question No : 8
Which command turns an existing ext2 filesystem non-destructively into an ext3 filesystem? (Specify ONLY the command without any path or parameters.)
正解: /sbin/tune2fs, tune2fs
Question No : 9
What does a 0 in the last field (fsck order) of /etc/fstab indicate about the filesystem?
正解:
Question No : 10
After a lot of write operations, the administrator want to ensure that the kernel flushes the file system buffers to disk. Which command will accomplish this? (Specify ONLY the command without any path or parameters.)
正解: sync
Question No : 11
Consider the following /etc/fstab file:
/dev/hda1 swap swap defaults 0 0
/dev/hda2 / ext2 defaults 1 1
/dev/hda3 /home ext2 defaults 1 2
none /proc proc defaults 0 0
/dev/sdb1 /media/usb0 vfat user,noauto 0 0
What is one of the possible commands that an ordinary (non-root) user can use to mount the /dev/sdb1 partition on the /media/usb0 mount point? (Please enter the command with all parameters and/or options but without any file system type options.)
正解: mount /dev/sdb1, mount /media/usb0, /bin/mount /dev/sdb1, /bin/mount /media/usb0, mount /media/usb0/, /bin/mount /media/usb0/
Question No : 12
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.)
正解:
Question No : 13
What are the main network services used by the PXE protocol? (Choose TWO correct answers.)
正解:
Question No : 14
Which command is used to install a new LILO boot loader?
正解:
Question No : 15
A server requires a GRUB2 boot option which will always boot to runlevel 1. Which line of a GRUB2 configuration file starts the beginning of the settings needed to make this new choice available?
正解: