CompTIA Linux+ Certification Guide
eBook - ePub

CompTIA Linux+ Certification Guide

A comprehensive guide to achieving LX0-103 and LX0-104 certifications with mock exams

Philip Inshanally

Share book
  1. 590 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

CompTIA Linux+ Certification Guide

A comprehensive guide to achieving LX0-103 and LX0-104 certifications with mock exams

Philip Inshanally

Book details
Book preview
Table of contents
Citations

About This Book

Master the concepts and techniques that will help you gain the LX0-103 and LX0-104 certifications on your first attempt

Key Features

  • Get a clear understanding of how to achieve the Linux+ certification
  • Explore system architecture, shell scripts, data management, and Linux security
  • Work through practice and mock tests to pass both LX0-103 and LX0-104 exams

Book Description

Linux+ certification demonstrates technical competency and provides a broad awareness of Linux operating systems. Professionals who have achieved the Linux+ certification exhibit all-important knowledge of installation, operation, administration, and troubleshooting services.

The CompTIA Linux+ Certification Guide is an overview of the certification that gives you insights into the system architecture. You'll understand how to install and uninstall Linux distributions, followed by working with various package managers. Once you've grasped all this, you'll move on to manipulating files and processes at command-line interface (CLI) and creating, monitoring, killing, restarting, and modifying processes.

As you progress, you'll be equipped to work with display managers and learn how to create, modify, and remove user accounts and groups, as well as understand how to automate tasks. The last set of chapters helps you configure dates and set up local and remote system logging. In addition to this, you'll explore different internet protocols, along with discovering network configuration, security administration, Shell scripting, and SQL management.

By the end of this book, you'll not only have got to grips with all the modules using practice questions and mock exams, but you'll also be well prepared to pass the LX0-103 and LX0-104 certification exams.

What you will learn

  • Understand the Linux system architecture
  • Install, upgrade, and manage Linux system packages
  • Configure devices and maintain the Linux filesystem
  • Manage the Shell environment, write scripts, and manage data
  • Set user interfaces and desktops in the Linux operating system
  • Automate system admin tasks and manage essential system services
  • Manage SQL server on Linux and log locally and remotely with rsyslogd
  • Administer network and local security

Who this book is for

The CompTIA Linux+ Certification Guide is for you if you want to gain the CompTIA Linux+ certificate. This guide is also for system administrators and rookie Linux professionals interested in enhancing their Linux and Shell scripting skills. No prior knowledge of Linux is needed, although some understanding of Shell scripting would be helpful.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is CompTIA Linux+ Certification Guide an online PDF/ePUB?
Yes, you can access CompTIA Linux+ Certification Guide by Philip Inshanally in PDF and/or ePUB format, as well as other popular books in Informatique & Guides de certification en informatique. We have over one million books available in our catalogue for you to explore.

Information

Year
2018
ISBN
9781789342536

Mock Exam - 1

Questions

  1. Which of the passwords listed below is considered secured?
A. password123
B. t%h@)_14!*!
C. 12345678
D. abcdefgh
  1. Which environment variable stores the current shell?
A. SHELL
B. BASH
C. SH
D. TCSH
  1. Which mount point hold system configuration files?
A. /boot
B. /home
C. /etc
D. /var
  1. Which command is used to update GRUB2 in Ubuntu?
A. update-grub2
B. make-grub
C. update-grub-gfxpayload
D. grub2-update
Answer A
  1. Which directory is the GRUB configuration files located in Ubuntu 18?
A. /boot/grub2/
B. /var
C. /etct/grub2/grub/
D. /boot/grub/
  1. Which characters can be used to test 2 conditions and return TRUE if both conditions are true?
A. &&
B. ||
C. //
D. ==
  1. Which character is used in front an equal sign = to ensure a condition is not TRUE in an if clause?
A. +
B. !
C. >
D. <
  1. Which bit must be turned on in order for a script to be able to run?
A. execute
B. read
C. write
D. read and write
  1. Which command can be used to modify permissions such as read,write & execute on a file?
A. chown
B. chmod
C. file
D. whois
  1. Which value represents RWX permissions for a file?
A. 5
B. 4
C. 7
D. 1
  1. Which value represents RW permissions for a file?
A. 6
B. 4
C. 7
D.1
  1. Which option can be used with the mysql command to enable the user to pass a command?
A. -a
B. -e
C. -c
D. -b
  1. Which option with the timedatectl command can be used to display all the available timezones?
A. --list-timezones
B. --list-time-zones
C. list-timezones
D. list-timezone
  1. Which character must be placed in front the H when setting the hour using the date command?
A. #
B. @
C. $
D. %
  1. Which option is list used to query for a given package using the rpm command?
A. -a
B. -q
C. -e
D. r
  1. Which command can be used to reconfigure a package in an Ubuntu system?
A. dpkg--update
B. dpkg -r
C. dpkg -e
D. dpkg-reconfigure
  1. Which command can be used to change ownership for a file?
A. chmod
B. chown
C. chwn
D. chmd
  1. Which keyword is used to sort in descending when performing a query in mysql?
A. description
B. DESC
C. descending
D. Descending
  1. Which of the following command can be used to execute a job 5 minutes from the present?
A. at now + 5 minutes
B. at 5 minutes
C. at tomorrow 5 minutes
D. at next 5minutes
  1. Which option with the at command can be used to print the job queue?
A. -q
B. -a
C. -l
D. -e
  1. What is the name of the cron service in Fedora 28?
A. crond.service
B. cron.service
C. cron-daemon.service
D. crond.daemon.service
  1. Which directory can we place a script if we would like to script to be executed every hour?
A. /etc/crond.hourly
B. /etc/cron.hourly/
C. /etc/crond/hourly/jobs
D. /etc/cron/hourly/
  1. Which command should be used when editing the /etc/sudoers file?
A. visudo
B. visualdo
C. nano
D. vim.tiny
  1. Which of the following timer values would enable a command to execute every 5 minutes?
A. 0/5 * * * *
B. * 5 * * *
C. * * 5 * *
D. * * * 5 *
  1. Which option can be used to view the crontab file for the current user?
A. -a
B. -b
C. -d
D. -l
  1. Which of the following timer values would enable a command to execute at 5:00 AM every day?
A. 0/5 * * * *
B. * 5 * * *
C. * * 5 * *
D...

Table of contents