101-500: LPIC-1 Exam 101 Part 3
Question #: 21
Topic #: 1
A Debian package creates several files during its installation. Which of the following commands searches for packages owning the file /etc/debian_version?
A. apt-get search /etc/debian_version
B. apt -r /etc/debian_version
C. find /etc/debian_version -dpkg
D. dpkg -S /etc/debian_version
E. apt-file /etc/debian_version
Question #: 22
Topic #: 1
What is contained on the EFI System Partition?
A. The Linux root file system
B. The first stage boot loader
C. The default swap space file
D. The Linux default shell binaries
E. The user home directories
Question #: 23
Topic #: 1
Which of the following directories on a 64 bit Linux system typically contain shared libraries? (Choose two.)
A. ~/.lib64/
B. /usr/lib64/
C. /var/lib64/
D. /lib64/
E. /opt/lib64/
Question #: 24
Topic #: 1
Which of the following files exist in a standard GRUB 2 installation? (Choose two.)
A. /boot/grub/stages/stage0
B. /boot/grub/i386-pc/lvm.mod
C. /boot/grub/fstab
D. /boot/grub/grub.cfg
E. /boot/grub/linux/vmlinuz
Question #: 25
Topic #: 1
Which of the following commands installs all packages with a name ending with the string foo?
A. zypper get ‘*foo’
B. zypper update ‘foo?’
C. zypper force ‘foo*’
D. zypper install ‘*foo’
E. zypper add ‘.*foo’
Question #: 26
Topic #: 1
Which of the following properties of a Linux system should be changed when a virtual machine is cloned? (Choose two.)
A. The partitioning scheme
B. The file system
C. The D-Bus Machine ID
D. The permissions of /root/
E. The SSH host keys
Question #: 27
Topic #: 1
Which of the following commands installs GRUB 2 into the master boot record on the third hard disk?
A. grub2 install /dev/sdc
B. grub-mkrescue /dev/sdc
C. grub-mbrinstall /dev/sdc
D. grub-setup /dev/sdc
E. grub-install /dev/sdc
Question #: 28
Topic #: 1
Which of the following partition types is used for Linux swap spaces when partitioning hard disk drives?
A. 7
B. 82
C. 83
D. 8e
E. fd
Question #: 29
Topic #: 1
What is true regarding the configuration of yum? (Choose two.)
A. Changes to the repository configuration become active after running yum confupdate
B. Changes to the yum configuration become active after restarting the yumd service
C. The configuration of package repositories can be divided into multiple files
D. Repository configurations can include variables such as $basearch or $releasever
E. In case /etc/yum.repos.d/ contains files, /etc/yum.conf is ignored
Question #: 30
Topic #: 1
Which of the following apt-get subcommands installs the newest versions of all currently installed packages?
A. auto-update
B. dist-upgrade
C. full-upgrade
D. install
E. update