Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Linux System Administration (LFS307)

Price
3,250 USD
4 Days
LNX-LFS307
Classroom Training, Online Training
Linux Foundation

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.
 

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

    Sorry, there are no public classes currently scheduled in your country.

    Please complete this form, and a Training Advisor will be in touch with you shortly to address your training needs.

View Global Schedule

Course Description

Overview

Linux system administration is one of the most in-demand skills in IT. Whether you’re looking for expert prep for the Linux Foundation Certified System Administration (LFCS) certification, need training to help start a new Linux IT career, transition to Linux from another platform, or you’re just brushing up on your sysadmin skills, this instructor-led course will teach you what you need to know.
 

Objectives

After completing this course, students will be able to:
  • Administer, configure and upgrade Linux systems running one of the three major Linux distribution families: Debian/Ubuntu andRed Hat/CentOS/Fedora, how to master the tools and concepts you’ll need to efficiently build and manage an enterprise Linux infrastructure, how to work with Git and perform essential collaborative tasks, how to use state-of-the-art system administration techniques in real-life scenarios via practical labs, and more.

Audience

This course is designed for individuals who desire to gain the necessary skills and abilities to work as a professional Linux system administrator. Students should have basic knowledge of Linux and its most common utilities and text editors.
 

Prerequisites


     

Topics

Introduction
  • Linux Foundation
  • Linux Foundation Training
  • Linux Foundation Certifications
  • Linux Foundation Digital Badges
  • Laboratory Exercises, Solutions and Resources
  • Things Change in Linux and Open Source Projects
  • E-Learning Course: LF207
  • Distribution Details
  • Labs
Linux Filesystem Tree Layout
  • One Big Filesystem
  • Data Distinctions
  • FHS Linux Standard Directory Tree
  • root (/) directory
  • /bin
  • /boot
  • /dev
  • /etc
  • /home
  • /lib and /lib64
  • /media
  • /mnt
  • /opt
  • /proc
  • /sys
  • /root
  • /sbin
  • /srv
  • /tmp
  • /usr
  • /var
  • /run
  • Labs
User Environment
  • Environment Variables
  • Key Shortcuts
  • Command History
  • Command Aliases
  • Labs
User Account Management
  • User Accounts
  • Shell Startup Files
  • Management of User Accounts
  • Locked Accounts
  • Passwords
  • /etc/shadow
  • Password Management
  • Password Aging
  • The root Account
  • SSH
  • Labs
Group Management
  • Groups
  • Group Membership
  • Group Management
  • User Private Groups
  • Labs
File Permissions and Ownership
  • File Permissions and Ownership
  • File Access Rights
  • chmod, chown and chgrp
  • umask
  • Filesystem ACLs
  • Labs
Package Management Systems
  • Why Use Packages?
  • Software Packaging Concepts
  • Package Types
  • Available Package Management Systems
  • Packaging Tool Levels and Varieties
  • Package Sources
  • Creating Software Packages
  • Revision Control Systems
  • Available Source Control Systems
  • The Linux Kernel and git
  • Labs
dpkg
  • DPKG (Debian Package)
  • Package File Names and Source
  • DPKG Queries
  • Installing/Upgrading/Uninstalling
  • Labs
APT
  • APT
  • APT Utilities
  • Queries
  • Installing/Removing/Upgrading Packages
  • Cleaning Up
  • Labs
RPM
  • RPM (Red Hat Package Manager
  • Package File Names
  • RPM Database and Helper Programs
  • Queries
  • Verifying Packages
  • Installing and Removing Packages
  • Updating, Upgrading and Freshening RPM Packages
  • Upgrading the Linux Kernel
  • rpm2archive and rpm2cpio
  • Labs
dnf and yum
  • dnf
  • yum
  • Queries
  • Installing/Removing/Upgrading Packages
  • Additional dnf Commands
  • Labs
zypper
  • zypper
  • Queries
  • Installing/Removing/Upgrading Packages
  • Additional zypper Commands
  • Labs
Introduction to GIT
  • Revision Control
  • Know Where the Code is Coming From: DCO and CLA
  • Available Revision Control Systems
  • Graphical Interfaces
  • Documentation
  • Labs
Using Git: an Example
  • Basic Commands
  • A Simple Example
  • Signing Off on Commits
  • master vs main
  • Labs
Processes
  • Programs and Processes
  • Process Limits
  • Creating Processes
  • Process Control
  • Starting Processes in the Future
  • Process States
  • Execution Modes
  • Daemons
  • niceness
  • Labs
Process Monitoring
  • Process Monitoring
  • Troubleshooting
  • ps
  • pstree
  • top
  • Labs
Memory Monitoring, Usage and Configuring Swap
  • Memory Monitoring and Tuning
  • /proc/sys/vm
  • vmstat
  • Swap
  • Out of Memory Killer (OOM)
  • Labs
I/O Monitoring and Tuning
  • I/O Monitoring
  • iostat
  • iotop
  • Labs
Virtualization Overview
  • Introduction to Virtualization
  • Hosts and Guests
  • Emulation
  • Hypervisors
  • libvirt
  • QEMU
  • KVM
  • Labs
Containers Overview
  • Containers
  • Application Virtualization
  • Containers vs Virtual Machines
  • Docker
  • Docker Commands
  • Podman
  • Labs
Linux Filesystems and the VFS
  • Filesystem Basics
  • Filesystem Concepts
  • Virtual Filesystem (VFS)
  • Available Filesystems
  • Journalling Filesystems
  • Special Filesystems
  • Labs
Disk Partitioning
  • Common Disk Types
  • Disk Geometry
  • Partitioning
  • Partition Tables
  • Naming Disk Devices
  • blkid and lsblk
  • Sizing up partitions
  • Backing Up and Restoring Partition Tables
  • Partition table editors
  • fdisk
  • Labs
Filesystem Features: Attributes, Creating, Checking, Usage, Mounting
  • Extended Attributes
  • Creating and formatting filesystems
  • Troubleshooting Filesystems
  • Checking and Repairing Filesystems
  • Filesystem Usage
  • Disk Usage
  • Mounting filesystems
  • NFS
  • Mounting at Boot and /etc/fstab
  • automount
  • Network Block Devices
  • Labs
The Ext4 Filesystems
  • ext4 Features
  • ext4 Layout and Superblock and Block Groups
  • dumpe2fs
  • tune2fs
  • Labs
Logical Volume Management (LVM)
  • Logical Volume Management (LVM)
  • Volumes and Volume Groups
  • Working with Logical Volumes
  • Resizing Logical Volumes
  • LVM Snapshots **
  • Labs
Kernel Services and Configuration
  • Kernel Overview
  • Kernel Boot Parameters
  • Kernel Command Line
  • Boot Process Failures
  • sysctl
  • Labs
Kernel Modules
  • Kernel Modules
  • Module Utilities
  • modinfo
  • Module Configuration
  • Labs
Devices and udev
  • udev and Device Management
  • Device Nodes
  • Rules
  • Labs
Network Addresses
  • IP Addresses
  • IPv4 Address Types
  • IPv6 Address Types
  • IP Address Classes
  • Netmasks
  • Hostnames
  • NTP
  • Labs
Network Devices and Configuration
  • Network Devices
  • ip
  • ifconfig
  • Predictable Network Interface Device Names
  • Network Configuration Files
  • Network Manager
  • Routing
  • Virtual Network Interfaces
  • DNS and Name Resolution
  • Network Troubleshooting
  • Network Diagnostics
  • Labs
LDAP
  • LDAP Authentication
  • Labs
Firewalls
  • Firewalls
  • Interfaces
  • firewalld
  • Zones
  • Source Management
  • Service and Port Management
  • Port Redirection
  • Labs
System Init: systemd, SystemV and Upstart
  • The init Process
  • Startup Alternatives
  • systemd
  • systemctl
  • Labs
Backup and Recovery Methods
  • Backup Basics
  • Backup vs Archive
  • Backup Methods and Strategies
  • tar
  • Compression: gzip, bzip2 and xz and Backups
  • dd
  • rsync
  • Backup Programs **
  • Labs
Linux Security Modules
  • Linux Security Modules
  • SELinux
  • AppArmor
  • Labs
System Rescue
  • Rescue Media and Troubleshooting
  • Using Rescue/Recovery Media
  • System Rescue and Recovery
  • Emergency Boot Media
  • Using Rescue Media
  • Emergency Mode
  • Single User Mode
  • Labs
Closing and Evaluation Survey
  • Evaluation Survey
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH MAY 31, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.