LPIC-1 Exam 101 v1.0 (101-500)

Page:    1 / 8   
Total 120 questions

Instead of supplying an explicit device in /etc/fstab for mounting, what other options may be used to identify the intended partition? (Choose two.)

  • A. LABEL
  • B. ID
  • C. FIND
  • D. NAME
  • E. UUID


Answer : AE

A yum repository can declare sets of related packages. Which yum command installs all packages belonging to the group admintools?

  • A. yum pkgsel --install admintools
  • B. yum install admintools/*
  • C. yum groupinstall admintools
  • D. yum taskinstall admintools
  • E. yum collection install admintools


Answer : C

FILL BLANK -
What directory contains configuration files for additional yum repositories? (Specify the full path to the directory.)



Answer : /etc/yum.conf

Which of the following commands installs the GRUB boot files into the currently active file systems and the boot loader into the first partition of the first disk?

  • A. grub-install /dev/sda
  • B. grub-install /dev/sda1
  • C. grub-install current /dev/sda0
  • D. grub-install /dev/sda0
  • E. grub-install current /dev/sda1


Answer : A

Which of the following files are found in the /boot/ file system? (Choose two.)

  • A. Linux kernel images
  • B. Bash shell binaries
  • C. systemd target and service units
  • D. Initial ramdisk images
  • E. fsck binaries


Answer : AC

Which file defines the network locations from where the Debian package manager downloads software packages?

  • A. /etc/dpkg/dpkg.cfg
  • B. /etc/apt/apt.conf.d
  • C. /etc/apt/apt.conf
  • D. /etc/dpkg/dselect.cfg
  • E. /etc/apt/sources.list


Answer : E

When removing a package on a system using dpkg package management, which dpkg option ensures configuration files are removed as well?

  • A. --clean
  • B. --purge
  • C. --vacuum
  • D. --remove
  • E. --declare


Answer : B

Which of the following statements are correct when comparing Linux containers with traditional virtual machines (e.g. LXC vs. KVM)? (Choose three.)

  • A. Containers are a lightweight virtualization method where the kernel controls process isolation and resource management.
  • B. Fully virtualized machines can run any operating system for a specific hardware architecture within the virtual machine.
  • C. Containers are completely decoupled from the host systemג€™s physical hardware and can only use emulated virtual hardware devices.
  • D. The guest environment for fully virtualized machines is created by a hypervisor which provides virtual and emulated hardware devices.
  • E. Containers on the same host can use different operating systems, as the container hypervisor creates separate kernel execution.


Answer : ABD

The installation of a local Debian package failed due to unsatisfied dependencies. Which of the following commands installs missing dependencies and completes the interrupted package installation?

  • A. dpkg --fix --all
  • B. apt-get autoinstall
  • C. dpkg-reconfigure --all
  • D. apt-get all
  • E. apt-get install -f


Answer : E

Which of the following commands lists all currently installed packages when using RPM package management?

  • A. yum --query --all
  • B. yum --list --installed
  • C. rpm --query --list
  • D. rpm --list --installed
  • E. rpm --query --all


Answer : E

Which of the following commands are valid in the GRUB 2 configuration file? (Choose two.)

  • A. menuentry
  • B. uefi
  • C. pxe-ifconfig
  • D. insmod
  • E. kpartx


Answer : AD

What is the purpose of the ldd command?

  • A. It lists which shared libraries a binary needs to run.
  • B. It installs and updates installed shared libraries.
  • C. It turns a dynamically linked binary into a static binary.
  • D. It defines which version of a library should be used by default.
  • E. It runs a binary with an alternate library search path.


Answer : A

What can the Logical Volume Manager (LVM) be used for? (Choose three.)

  • A. To create snapshots.
  • B. To dynamically change the size of logical volumes.
  • C. To dynamically create or delete logical volumes.
  • D. To create RAID 9 arrays.
  • E. To encrypt logical volumes.


Answer : ABC

What are the main differences between GPT and MBR partition tables regarding maximum number and size of partitions? (Choose two.)

  • A. MBR can handle partition sizes up to 4 TB, whereas GPT supports partition sizes up to 128 ZB.
  • B. By default, GPT can manage up to 128 partitions while MBR only supports four primary partitions.
  • C. By default, GPT can manage up to 64 partitions while MBR only supports 16 primary partitions.
  • D. MBR can handle partition sizes up to 2.2 TB, whereas GPT supports sizes up to 9.4 ZB.
  • E. Both GPT and MBR support up to four primary partitions, each with up to 4096 TB.


Answer : BD

A backup software heavily uses hard links between files which have not been changed in between two backup runs. Which benefits are realized due to these hard links? (Choose two.)

  • A. The old backups can be moved to slow backup media, such as tapes, while still serving as hard link target in new backups.
  • B. The backup runs faster because hard links are asynchronous operations, postponing the copy operation to a later point in time.
  • C. The backup is guaranteed to be uncharged because a hard linked file cannot be modified after its creation.
  • D. The backup consumes less space because the hard links point to the same data on disk instead of storing redundant copies.
  • E. The backup runs faster because, instead of copying the data of each file, hard links only change file system meta data.


Answer : AD

Page:    1 / 8   
Total 120 questions