LPIC-1 Linux Professional Institute Certification Practice Tests (eBook)

Exam 101-500 and Exam 102-500
eBook Download: EPUB
2019 | 2. Auflage
320 Seiten
Wiley (Verlag)
978-1-119-61113-4 (ISBN)

Lese- und Medienproben

LPIC-1 Linux Professional Institute Certification Practice Tests -  Steve Suehring
Systemvoraussetzungen
27,99 inkl. MwSt
  • Download sofort lieferbar
  • Zahlungsarten anzeigen

1,000 practice questions with answers and explanations, organized into 10 full-length tests, PLUS 2 practice exams; complements the LPIC-1 Study Guide

Linux Servers currently have a 20% market share which continues to grow. The Linux OS market saw a 75% increase from last year and is the third leading OS, behind Windows and MacOS. There has never been a better time to expand your skills, broaden your knowledge, and earn certification from the Linux Professional Institute.

LPIC-1: Linux Professional Institute Certification Practice Tests is the must-have complement to the bestselling LPIC-1 Study Guide. Practice tests help you gain confidence and identify the areas in need of more attention. Ten full-length tests, covering the ten objective domains, and two additional 60-question practice exams contain 1000 practice questions, complete with answers and full explanations! 

Divided into two parts, this volume of practice tests covers Exams 101-500 and 102-500. Part I covers system architecture, Linux installation and Package management, GNU and Unix Commands, and devices, and Linux filesystems and filesystem hierarchy. Part II focuses on shells and shell scripting, user interfaces and desktops, administrative tasks, essential system services, networking, and security. This book:

  • Covers all objective domains of the LPIC-1 exam
  • Provides additional practice questions to supplement the LPIC-1 Study Guide
  • Helps reinforce vital skills and knowledge
  • Includes one year of FREE access to the online test bank

LPIC-1: Linux Professional Institute Certification Practice Tests is a must-have resource for network and system administrators studying for the LPIC-1 exams and Linux administrators or IT professionals looking to update their skillset.



ABOUT THE AUTHOR

STEVE SUEHRING is an Assistant Professor of Computing and New Media Technologies at University of Wisconsin- Stevens Point. Prior to joining the faculty in 2015, Steve gained 20 years of field experience in a variety of technical engineering, system and network administration, and system architectural roles. Steve has written several books and has served as an editor for LinuxWorld Magazine.


1,000 practice questions with answers and explanations, organized into 10 full-length tests, PLUS 2 practice exams; complements the LPIC-1 Study Guide Linux Servers currently have a 20% market share which continues to grow. The Linux OS market saw a 75% increase from last year and is the third leading OS, behind Windows and MacOS. There has never been a better time to expand your skills, broaden your knowledge, and earn certification from the Linux Professional Institute. LPIC-1: Linux Professional Institute Certification Practice Tests is the must-have complement to the bestselling LPIC-1 Study Guide. Practice tests help you gain confidence and identify the areas in need of more attention. Ten full-length tests, covering the ten objective domains, and two additional 60-question practice exams contain 1000 practice questions, complete with answers and full explanations! Divided into two parts, this volume of practice tests covers Exams 101-500 and 102-500. Part I covers system architecture, Linux installation and Package management, GNU and Unix Commands, and devices, and Linux filesystems and filesystem hierarchy. Part II focuses on shells and shell scripting, user interfaces and desktops, administrative tasks, essential system services, networking, and security. This book: Covers all objective domains of the LPIC-1 exam Provides additional practice questions to supplement the LPIC-1 Study Guide Helps reinforce vital skills and knowledge Includes one year of FREE access to the online test bank LPIC-1: Linux Professional Institute Certification Practice Tests is a must-have resource for network and system administrators studying for the LPIC-1 exams and Linux administrators or IT professionals looking to update their skillset.

ABOUT THE AUTHOR STEVE SUEHRING is an Assistant Professor of Computing and New Media Technologies at University of Wisconsin- Stevens Point. Prior to joining the faculty in 2015, Steve gained 20 years of field experience in a variety of technical engineering, system and network administration, and system architectural roles. Steve has written several books and has served as an editor for LinuxWorld Magazine.

Introduction vii

Part I Exam 101-500 1

Chapter 1 Topic 101: System Architecture 3

Chapter 2 Topic 102: Linux Installation and Package Management 21

Chapter 3 Topic 103: GNU and UNIX Commands 41

Chapter 4 Topic 104: Devices, Linux Filesystems, Filesystem Hierarchy Standard 63

Part II Exam 102-500 83

Chapter 5 Topic 105: Shells and Shell Scripting 85

Chapter 6 Topic 106: User Interfaces and Desktops 103

Chapter 7 Topic 107: Administrative Tasks 121

Chapter 8 Topic 108: Essential System Services 139

Chapter 9 Topic 109: Networking Fundamentals 157

Chapter 10 Topic 110: Security 175

Part III Practice Exams 193

Chapter 11 Practice Exam 1 195

Chapter 12 Practice Exam 2 207

Appendix Answers to Review Questions 219

Index 293

Chapter 2
Topic 102: Linux Installation and Package Management


THE FOLLOWING EXAM OBJECTIVES ARE COVERED IN THIS CHAPTER:

  •   102.1 Design hard disk layout.
    • Key knowledge areas:
      • Allocate filesystems and swap space to separate partitions or disks.
      • Tailor the design to the intended use of the system.
      • Ensure the /boot partition conforms to the hardware architecture requirements for booting.
      • Knowledge of basic features of LVM
    • The following is a partial list of the used files, terms, and utilities:
      • /(root) filesystem
      • /var filesystem
      • /home filesystem
      • /boot filesystem
      • EFI System Partition (ESP)
      • swap space
      • mount points
      • partitions
  •   102.2 Install a boot manager.
    • Key knowledge areas:
      • Provide alternative boot locations and backup boot options.
      • Install and configure a boot loader such as GRUB Legacy.
      • Perform basic configuration changes for GRUB2.
      • Interact with the boot loader.
    • The following is a partial list of the used files, terms, and utilities:
      • menu.lst, grub.cfg, and grub.conf
      • grub-install
      • grub-mkconfig
      • MBR
  •   102.3 Manage shared libraries.
    • Key knowledge areas:
      • Identify shared libraries.
      • Identify the typical locations of system libraries.
      • Load shared libraries.
    • The following is a partial list of the used files, terms, and utilities:
      • ldd
      • ldconfig
      • /etc/ld.so.conf
      • LD_LIBRARY_PATH
  •   102.4 Use Debian package management.
    • Key knowledge areas:
      • Install, upgrade, and uninstall Debian binary packages.
      • Find packages containing specific files or libraries which may or may not be installed.
      • Obtain package information like version, content, dependencies, package integrity, and installation status (whether or not the package is installed).
      • Awareness of apt
    • The following is a partial list of the used files, terms, and utilities:
      • /etc/apt/sources.list
      • dpkg
      • dpkg-reconfigure
      • apt-get
      • apt-cache
  •   102.5 Use RPM and yum package management.
    • Key knowledge areas:
      • Install, re-install, upgrade, and remove packages using RPM, yum, and zypper.
      • Obtain information on RPM packages such as version, status, dependencies, integrity, and signatures.
      • Determine what files a package provides, as well as find which package a specific file comes from.
      • Awareness of dnf
    • The following is a partial list of the used files, terms, and utilities:
      • rpm
      • rpm2cpio
      • /etc/yum.conf
      • /etc/yum.repos.d/
      • yum
      • zypper
  •   102.6 Linux as a virtualization guest
    • Key knowledge areas:
      • Understand the general concept of virtual machines and containers.
      • Understand common elements of virtual machines in an IaaS cloud, such as computing instances, block storage, and networking.
      • Understand unique properties of a Linux system that have to change when a system is cloned or used as a template.
      • Understand how system images are used to deploy virtual machines, cloud instances, and containers.
      • Understand Linux extensions that integrate Linux with a virtualization product.
      • Awareness of cloud-init
    • The following is a partial list of the used files, terms, and utilities:
      • Virtual machine
      • Linux container
      • Application container
      • Guest drivers
      • SSH host keys
      • D-Bus machine id
  1. A Serial Advanced Technology Attachment (SATA) disk will use which of the following identifiers?

    1. /dev/hdX
    2. /dev/sataX
    3. /dev/sdX
    4. /disk/sataX
  2. Which option given at boot time within the GRUB configuration will boot the system into single-user mode?

    1. single-user
    2. su
    3. single
    4. root
  3. During boot of a system with GRUB, which key can be pressed to display the GRUB menu?

    1. Shift
    2. E
    3. V
    4. H
  4. When booting, which option can be added to a GRUB configuration line to set or change the root partition at boot time to /dev/sda2?

    1. rootpartition={hd0,2}
    2. root=/dev/sda2
    3. root={hd0,3}
    4. rootpartition=/dev/sda2
  5. Which key combination will enable you to edit the kernel options and then boot when using GRUB Legacy?

    1. ESC for editing and then Return to boot
    2. v for editing and then Return to boot
    3. e for editing and then b to boot
    4. v for editing and then b to boot
  6. During the boot process for a virtual machine, what is the next step in the boot process after the kernel has taken over the initialization process and initializes devices?

    1. The system BIOS initializes devices.
    2. The system is placed in multi-user mode.
    3. The boot loader initializes the kernel.
    4. The root partition is mounted.
  7. Where in the filesystem will the EFI system partition (ESP) typically be mounted?

    1. /etc/efi
    2. /efi
    3. /sys/efi
    4. /boot/efi
  8. When partitioning a disk for a mail server running postfix, which partition/mounted directory should be the largest in order to allow for mail storage?

    1. /etc
    2. /usr/bin
    3. /mail
    4. /var
  9. Which option within GRUB Legacy is used to indicate that a root partition contains a non-Linux kernel?

    1. initrd
    2. non-linux
    3. rootnoverify
    4. root-win
  10. Which command will output a new GRUB2 configuration file and send the output to the correct location for booting?

    1. update-grub > /boot/grub/grub.cfg
    2. update-grub boot > /boot/grub.cfg
    3. grub-rc.d
    4. grub-boot
  11. What is the maximum number of primary partitions available on an MBR partitioning system?

    1. 2
    2. 4
    3. 1
    4. 5
  12. Which command is used to update the links and cache for shared libraries on the system?

    1. ldcache
    2. cache-update
    3. link-update
    4. ldconfig
  13. Which command and option is used to update a Debian system to the latest software?

    1. apt-update
    2. apt-get upgrade
    3. dpkg -U
    4. apt-cache clean
  14. Which option given to a yum command will install a given package?

    1. update
    2. configure
    3. install
    4. get
  15. What is the location of the home directory for the root user?

    1. /home/root
    2. /home/su
    3. /root
    4. /
  16. When using rpm2cpio, by default the output is sent to which location?

    1. STDOUT
    2. The cpio.out file
    3. The a.out file
    4. The /tmp/cpi.out file
  17. Which partition or directory structure typically holds most of the programs for a Linux system?

    1. /etc
    2. /usr
    3. /home
    4. /var
  18. Your GRUB Legacy configuration includes a dual-boot option with Linux listed first and another operating system listed second. Which of the following options will boot to the Linux partition by default?

    1. default=linux
    2. default=0
    3. default=1
    4. default=other
  19. Which file should you edit when using GRUB2 in order to set things like the timeout?

    1. /etc/default/grub
    2. /etc/grub/boot
    3. /etc/boot/grub.d
    4. /grub.d/boot
  20. Which yum...

Erscheint lt. Verlag 11.9.2019
Sprache englisch
Themenwelt Informatik Weitere Themen Zertifizierung
Sozialwissenschaften Pädagogik
Schlagworte Betriebssysteme / Linux, UNIX • Certification (MSCE, Novell, etc.) • Computer-Ratgeber • End-User Computing • Operating Systems / Linux & UNIX • Prüfungsvorbereitung • Test Prep • Zertifizierung f. MSCE u. Novell
ISBN-10 1-119-61113-X / 111961113X
ISBN-13 978-1-119-61113-4 / 9781119611134
Haben Sie eine Frage zum Produkt?
EPUBEPUB (Adobe DRM)
Größe: 395 KB

Kopierschutz: Adobe-DRM
Adobe-DRM ist ein Kopierschutz, der das eBook vor Mißbrauch schützen soll. Dabei wird das eBook bereits beim Download auf Ihre persönliche Adobe-ID autorisiert. Lesen können Sie das eBook dann nur auf den Geräten, welche ebenfalls auf Ihre Adobe-ID registriert sind.
Details zum Adobe-DRM

Dateiformat: EPUB (Electronic Publication)
EPUB ist ein offener Standard für eBooks und eignet sich besonders zur Darstellung von Belle­tristik und Sach­büchern. Der Fließ­text wird dynamisch an die Display- und Schrift­größe ange­passt. Auch für mobile Lese­geräte ist EPUB daher gut geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen eine Adobe-ID und die Software Adobe Digital Editions (kostenlos). Von der Benutzung der OverDrive Media Console raten wir Ihnen ab. Erfahrungsgemäß treten hier gehäuft Probleme mit dem Adobe DRM auf.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen eine Adobe-ID sowie eine kostenlose App.
Geräteliste und zusätzliche Hinweise

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

Mehr entdecken
aus dem Bereich