Linux Foundation Certified System Administrator (LFCS), 3rd Edition

Video description

20+ Hours of Video Instruction

Your full resource to successfully study for the Linux Foundation Certified System Administrator (LFCS) exam

Linux Foundation Certified System Administrator (LFCS) Complete Video Course, 3rd Edition is a comprehensive video training that will teach you core Linux concepts and usage along with clear explanations on the objectives of the LFCS exam. To offer this course in a way that is most efficient for you, the contents have been developed to build on your existing Linux knowledge. You will start with Linux Fundamentals, 2nd edition, a full video course on Linux basics, concepts, practices, and theories so you can get the foundational knowledge you need. You will then dive into the core part of the LFCS exam—including Advanced System Administration—and managing storage, security, SSH services, and virtualization. Each lesson ends with a lab for you to practice the skills learned in each lesson. These labs also act as training for the hands-on LFCS exam.

The LFCS section explores more advanced LFCS topics. It covers Advanced Systems Management; security; storage; containers and virtualization; and open-source solutions. The course then ends with a practice exam so you can test your skills, compare your answers to mine, and get a feel for the exam before you take the test.

Topics included in course:

Linux Fundamentals, 2nd Edition

  • Module 1: Essential Commands
  • Module 2: User and Group Management and Permissions
  • Module 3: Operating Running Systems

Linux Foundation Certified System Administrator (LFCS)

  • Module 1: Advanced Systems Management
  • Module 2: Managing Security
  • Module 3: Managing Storage
  • Module 4: Containers and Virtualization
  • Module 5: Using Essential Open Source Solutions
  • Module 6: Practice Exam

Supplemental files for this course are located at https://github.com/sandervanvugt/lfcs.

About the Instructor

Sander van Vugt has many years of experience working with, writing about, and teaching Linux and Open-Source topics. He is the author of the best-selling Red Hat RHCSA and RHCE Cert Guides as well as a number of other titles on Kubernetes (including CKAD and CKA), Ansible, Containers, Bash, Microservices, and more. Sander also works as a Linux and DevOps instructor, teaching onsite and online classes for customers around the world.

Skill Level:

  • Beginner to Intermediate

Learn How To:

  • Key concepts for all the objectives on the Linux Foundation Certified System Administrator (LFCS) exam
  • Real-life Linux administration tasks

Course requirement:

  • The ideal target student wants to learn Linux from the ground up and carry through to the LFCS exam. They will start with the Linux Fundamentals portion of the course, and then get into the details for LFCS exam prep.

Who Should Take This Course:

  • Linux Foundation Certified System Administrator (LFCS) certification candidates
  • Anyone interested in learning about Linux from the ground up
  • Junior system administrators who want to deepen their skills
  • Administrators currently administering UNIX systems and developers who write software for Linux
  • DevOps Engineers who want to build their Linux skills

About Pearson Video Training:

Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Sams, and Que. Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video.

Table of contents

  1. Linux Fundamentals and Linux Foundation Certified System Administrator (LFCS): Introduction
    1. Linux Fundamentals and Linux Foundation Certified System Administrator (LFCS): Introduction
  2. Linux Fundamentals: Introduction
    1. Linux Fundamentals: Introduction
  3. Module 1: Essential Commands
    1. Module introduction
  4. Lesson 1: Installing Linux
    1. Learning objectives
    2. 1.1 Understanding the Linux Operating System
    3. 1.2 Understanding Linux Distributions
    4. 1.3 Getting Red Hat Family Linux
    5. 1.4 Installing Red Hat Family Linux
    6. 1.5 Getting Ubuntu Linux
    7. 1.6 Installing Ubuntu LTS
    8. 1.7 Using Windows Subsytem for Linux
  5. Lesson 2: Using Essential Tools
    1. Learning objectives
    2. 2.1 Logging in to Linux
    3. 2.2 Using su and sudo
    4. 2.3 Starting on the Command Line
    5. 2.4 Using the Seven Essential Linux Command Line Tools
    6. 2.5 Getting Help with man
    7. 2.6 Finding Which man Page to Use
    8. 2.7 Using pinfo
    9. 2.8 Using Other Systems for Getting Help
    10. Lesson 2 Command Review
    11. Lesson 2 Lab: Using Essential Tools
    12. Lesson 2 Lab Solution: Using Essential Tools
  6. Lesson 3: Essential File Management Tools
    1. Learning objectives
    2. 3.1 Understanding the Linux File System Hierarchy
    3. 3.2 Listing Files with ls
    4. 3.3 Using Wildcards
    5. 3.4 Copying Files with cp
    6. 3.5 Working with Directories
    7. 3.6 Using Absolute and Relative Paths
    8. 3.7 Moving Files with mv
    9. 3.8 Removing Files with rm
    10. Lesson 3 Command Review
    11. Lesson 3 Lab: Using Essential File Management Tools
    12. Lesson 3 Lab Solution: Using Essential File Management Tools
  7. Lesson 4: Advanced File Management Tools
    1. Learning objectives
    2. 4.1 Understanding Hard and Symbolic Links
    3. 4.2 Managing Hard and Symbolic Links
    4. 4.3 Finding Files with find
    5. 4.4 Using Advanced find Options
    6. 4.5 Using which and locate
    7. 4.6 Archiving Files with tar
    8. 4.7 Managing File Compression
    9. 4.8 Mounting File Systems
    10. Lesson 4 Command Review
    11. Lesson 4 Lab: Using Advanced File Management Tools
    12. Lesson 4 Lab Solution: Using Advanced File Management Tools
  8. Lesson 5: Working with Text Files
    1. Learning objectives
    2. 5.1 Using a Text Editor
    3. 5.2 Understanding Working with vim
    4. 5.3 Creating Text Tiles with vim
    5. 5.4 Browsing Text Files with more and less
    6. 5.5 Using head and tail to See File Start and End
    7. 5.6 Displaying File Contents with cat and tac
    8. 5.7 Working with grep
    9. Lesson 5 Command Review
    10. Lesson 5 Lab: Working with Text Files
    11. Lesson 5 Lab Solution: Working with Text Files
  9. Lesson 6: Advanced Text File Processing
    1. Learning objectives
    2. 6.1 Using cut and sort
    3. 6.2 Using Regular Expressions
    4. 6.3 Using tr
    5. 6.4 An Introduction to awk
    6. 6.5 Getting Started with sed
    7. Lesson 6 Command Review
    8. Lesson 6 Lab: Working with Text Files
    9. Lesson 6 Lab Solution: Working with Text Files
  10. Lesson 7: Connecting to a Server
    1. Learning objectives
    2. 7.1 Understanding the Root User
    3. 7.2 Using su
    4. 7.3 Using sudo
    5. 7.4 Creating a Simple sudo Configuration
    6. 7.5 Using ssh to Connect to a Remote Server
    7. 7.6 Working with Linux from Windows
    8. Lesson 7 Command Review
    9. Lesson 7 Lab: Connecting to a Server
    10. Lesson 7 Lab Solution: Connecting to a Server
  11. Lesson 8: Working with the Bash Shell
    1. Learning objectives
    2. 8.1 Understanding the Shell and other Core Linux Components
    3. 8.2 Using I/O Redirection and Piping
    4. 8.3 Working with history
    5. 8.4 Using Command Line Completion
    6. 8.5 Using Variables
    7. 8.6 Using Other Bash Features
    8. 8.7 Working with Bash Startup Files
    9. Lesson 8 Command Review
    10. Lesson 8 Lab: Working with Bash
    11. Lesson 8 Lab Solution: Working with Bash
  12. Module 2: User and Group Management and Permissions
    1. Module introduction
  13. Lesson 9: User and Group Management
    1. Learning objectives
    2. 9.1 Understanding Users
    3. 9.2 Understanding the Role of Ownership
    4. 9.3 Creating Users with useradd
    5. 9.4 Creating Groups with groupadd
    6. 9.5 Managing User and Group Properties
    7. 9.6 Configuring Defaults for New Users
    8. 9.7 Managing Password Properties
    9. 9.8 Managing Current Sessions
    10. Lesson 9 Command Review
    11. Lesson 9 Lab: Managing Users
    12. Lesson 9 Lab Solution: Managing Users
  14. Lesson 10: Permissions Management
    1. Learning objectives
    2. 10.1 Understanding Basic Linux Permissions
    3. 10.2 Managing Basic Linux Permissions
    4. 10.3 Understanding Advanced Linux Permissions
    5. 10.4 Managing Advanced Linux Permissions
    6. 10.5 Managing umask
    7. Lesson 10 Command Review
    8. Lesson 10 Lab: Managing Permissions
    9. Lesson 10 Lab Solution: Managing Permissions
  15. Lesson 11: Storage Management Essentials
    1. Learning objectives
    2. 11.1 Understanding Linux Storage Solutions
    3. 11.2 Creating MBR Partitions
    4. 11.3 Creating GPT Partitions
    5. 11.4 Creating File Systems
    6. 11.5 Mounting File Systems
    7. 11.6 Making Mounts Persistent
    8. Lesson 11 Command Review
    9. Lesson 11 Lab: Managing Storage
    10. Lesson 11 Lab Solution: Managing Storage
  16. Module 3: Operating Running Systems
    1. Module introduction
  17. Lesson 12: Managing Networking
    1. Learning objectives
    2. 12.1 Understanding IPv4 Basics
    3. 12.2 Understanding IPv6 Basics
    4. 12.3 Applying Run-time Network Configuration
    5. 12.4 Understanding Network Device Naming
    6. 12.5 Managing Host Names
    7. 12.6 Managing Host Name Resolution
    8. 12.7 Using Common Network Tools
    9. 12.8 Configuring Persistent Networking
    10. Lesson 12 Command Review
    11. Lesson 12 Lab: Managing Networking
    12. Lesson 12 Lab Solution: Managing Networking
  18. Lesson 13: Working with Systemd
    1. Learning objectives
    2. 13.1 Understanding Systemd
    3. 13.2 Managing Systemd Services
    4. 13.3 Modifying Service Configuration
    5. 13.4 Understanding Targets
    6. 13.5 Managing Targets
    7. 13.6 Managing Services in WSL
    8. Lesson 13 Command Review
    9. Lesson 13 Lab: Working with Systemd
    10. Lesson 13 Lab Solution: Working with Systemd
  19. Lesson 14: Managing Software
    1. Learning objectives
    2. 14.1 Installing Software from Source Packages
    3. 14.2 Understanding Software Packages
    4. 14.3 Managing Libraries
    5. 14.4 Understanding Software Managers
    6. 14.5 Managing Packages with yum/dnf
    7. 14.6 Managing Packages with apt
    8. 14.7 Using rpm
    9. Lesson 14 Command Review
    10. Lesson 14 Lab: Managing Software
    11. Lesson 14 Lab Solution: Managing Software
  20. Lesson 15: Managing SSH
    1. Learning objectives
    2. 15.1 Running the SSH Server
    3. 15.2 Using the SSH Client
    4. 15.3 Configuring Key-based SSH Login
    5. Lesson 15 Command Review
    6. Lesson 15 Lab: Managing SSH
    7. Lesson 15 Lab Solution: Managing SSH
  21. Lesson 16: Managing Time
    1. Learning objectives
    2. 16.1 Understanding Linux Time
    3. 16.2 Managing Linux Time
    4. 16.3 Understanding the NTP Protocol
    5. 16.4 Configuring Time Synchronization
    6. Lesson 16 Command Review
    7. Lesson 16 Lab: Managing Time
    8. Lesson 16 Lab Solution: Managing Time
  22. Lesson 17: Process Management
    1. Learning objectives
    2. 17.1 Understanding Linux Processes and Jobs
    3. 17.2 Managing Interactive Shell Jobs
    4. 17.3 Monitoring Processes with top
    5. 17.4 Changing top Display Properties
    6. 17.5 Monitoring Process Properties with ps
    7. 17.6 Changing Process Priority
    8. 17.7 Managing Processes with kill
    9. Lesson 17 Command Review
    10. Lesson 17 Lab: Managing Processes
    11. Lesson 17 Lab Solution: Managing Processes
  23. Lesson 18: Scheduling Tasks
    1. Learning objectives
    2. 18.1 Understanding Linux Task Scheduling
    3. 18.2 Scheduling Tasks with cron
    4. 18.3 Using systemd Timers
    5. 18.4 Using at to Schedule Tasks
    6. Lesson 18 Command Review
    7. Lesson 18 Lab: Scheduling Tasks
    8. Lesson 18 Lab Solution: Scheduling Tasks
  24. Lesson 19: Reading Log Files
    1. Learning objectives
    2. 19.1 Understanding Linux Logging
    3. 19.2 Working with journalctl
    4. 19.3 Understanding Rsyslogd
    5. Lesson 19 Command Review
    6. Lesson 19 Lab: Configuring Logging
    7. Lesson 19 Lab Solution: Configuring Logging
  25. Summary
    1. Linux Fundamentals: Summary
  26. Linux Foundation Certified System Administrator (LFCS): Introduction
    1. Introduction
  27. Module 1: Advanced Systems Management
    1. Module introduction
  28. Lesson 1: Shell Scripting Basics
    1. Learning objectives
    2. 1.1 Understanding Shell Scripts
    3. 1.2 Essential Shell Script Components
    4. 1.3 Using Loops in Shell Scripts
    5. 1.4 Shell Scripting Basics
    6. Lesson 1 Lab Writing a Shell Script
    7. Lesson 1 Lab Solution Writing a Shell Script
  29. Lesson 2: The Kernel
    1. Learning objectives
    2. 2.1 Understanding the Kernel
    3. 2.2 Managing Kernel Modules
    4. 2.3 Tuning the Kernel
    5. 2.4 Managing Devices
    6. Lesson 2 Lab Tuning the Kernel
    7. Lesson 2 Lab Solution Tuning the Kernel
  30. Lesson 3: Advanced Systemd Features
    1. Learning objectives
    2. 3.1 Modifying Systemd Units
    3. 3.2 Managing Systemd Sockets
    4. 3.3 Managing Systemd Timers
    5. 3.4 Understanding Systemd Cgroups
    6. 3.5 Managing Systemd Unit Dependencies
    7. 3.6 Configuring Systemd Self-Healing
    8. Lesson 3 Lab Managing Systemd
    9. Lesson 3 Lab Solution Managing Systemd
  31. Lesson 4: Networking
    1. Learning objectives
    2. 4.1 Managing Runtime Configuration for Network Interfaces
    3. 4.2 Managing Persistant Configuration for Network Interfaces
    4. 4.3 Managing Static Routes
    5. 4.4 Managing Hostnames
    6. 4.5 Setting the Local Hostname
    7. Lesson 4 Lab Setting up a Network Interface
    8. Lesson 4 Lab Solution Setting up a Network Interface
  32. Lesson 5: Logging
    1. Learning objectives
    2. 5.1 Understanding Linux Logging
    3. 5.2 Making the Journal Persistent
    4. 5.3 Configuring rsyslogd
    5. 5.4 Managing Logrotate
    6. Lesson 5 Lab Configuring Rsyslog
    7. Lesson 5 Lab Solution Configuring Rsyslog
  33. Lesson 6: Processes
    1. Learning objectives
    2. 6.1 Applying Resource Limits
    3. 6.2 Managing IPC
    4. 6.3 Managing OOM
    5. 6.4 I/O Monitoring and Tuning
    6. Lesson 6 Lab Managing OOM
    7. Lesson 6 Lab Solution Managing OOM
  34. Lesson 7: The Boot Procedure
    1. Learning objectives
    2. 7.1 Understanding the Boot Procedure
    3. 7.2 Managing Systemd Targets
    4. 7.3 Passing Parameters on the GRUB Boot Prompt
    5. 7.4 Editing Grub Configuration
    6. 7.5 Understanding Init and Upstart
    7. 7.6 Troubleshooting the Boot Procedure
    8. 7.7 Using a Rescue Disk
    9. Lesson 7 Lab Tuning the Boot Procedure
    10. Lesson 7 Lab Solution Tuning the Boot Procedure
  35. Module 2: Managing Security
    1. Module introduction
  36. Lesson 8: Managing Local Security
    1. Learning objectives
    2. 8.1 File Access Control Lists
    3. 8.2 Filesystem Attributes
    4. 8.3 Pluggable Authentication Modules
    5. Lesson 8 Lab Managing File Access Control Lists
    6. Lesson 8 Lab Solution Managing File Access Control Lists
  37. Lesson 9: Firewall Management
    1. Learning objectives
    2. 9.1 Understanding Linux Firewalling
    3. 9.2 Opening Ports and Services with Firewalld
    4. 9.3 Working with Zones
    5. 9.4 Using Rich Rules
    6. 9.5 Configuring NAT and Port Forwarding
    7. 9.6 Using UFW
    8. Lesson 9 Lab Configuring a Firewall
    9. Lesson 9 Lab Solution Configuring a Firewall
  38. Lesson 10: SELinux and Apparmor
    1. Learning objectives
    2. 10.1 Understanding Mandatory Access Control
    3. 10.2 Confining Services with AppArmor
    4. 10.3 Understanding SELinux
    5. 10.4 Applying Labels to Manage SELinux File Access
    6. 10.5 Applying Labels to Manage SELinux Port Access
    7. 10.6 Configuring Booleans
    8. 10.7 Troubleshooting SELinux Access
    9. Lesson 10 Lab Configuring SELinux
    10. Lesson 10 Lab Solution Configuring SELinux
  39. Module 3: Managing Storage
    1. Module introduction
  40. Lesson 11: Partitions
    1. Learning objectives
    2. 11.1 Disk Storage Options
    3. 11.2 MBR and GPT Partitions
    4. 11.3 Creating MBR Partitions
    5. 11.4 Creating GPT Partitions
    6. Lesson 11 Lab Managing Partitions
    7. Lesson 11 Lab Solution Managing Partitions
  41. Lesson 12: Filesystems and Mounts
    1. Learning objectives
    2. 12.1 Linux and Filesystems
    3. 12.2 Ext4 Filesystems
    4. 12.3 XFS Filesystems
    5. 12.4 Swap Filesystems
    6. 12.5 Persistently Mounting Filesystems
    7. 12.6 UUIDs and Labels
    8. 12.7 Systemd Mounts
    9. 12.8 Systemd Automounts
    10. Lesson 12 Lab Managing Filesystems
    11. Lesson 12 Lab Solution Managing Filesystems
  42. Lesson 13: Logical Volume Manager
    1. Learning objectives
    2. 13.1 Understanding LVM
    3. 13.2 Creating Logical Volumes
    4. 13.3 Resizing Logical Volumes
    5. Lesson 13 Lab Managing Logical Volumes
    6. Lesson 13 Lab Solution Managing Logical Volumes
  43. Lesson 14: Backups
    1. Learning objectives
    2. 14.1 Creating Backups with tar
    3. 14.2 Compressing Backups
    4. 14.3 Using rsync
    5. 14.4 Using dd
    6. Lesson 14 Lab Managing Backups
    7. Lesson 14 Lab Solution Managing Backups
  44. Module 4: Containers and Virtualization
    1. Module introduction
  45. Lesson 15: Containers
    1. Learning objectives
    2. 15.1 Containers and Linux
    3. 15.2 Container Images
    4. 15.3 Running Containers
    5. 15.4 Using Storage, Variables, and Ports
    6. Lesson 15 Lab Using Containers
    7. Lesson 15 Lab Solution Using Containers
  46. Lesson 16: Virtual Machines
    1. Learning objectives
    2. 16.1 Understanding KVM Architecture
    3. 16.2 Using virt-manager to run a Virtual Machine
    4. 16.3 Using cloud-init to Customize Images
    5. Lesson 16 Lab Running a Virtual Machine
    6. Lesson 16 Lab Solution Running a Virtual Machine
  47. Module 5: Using Essential Open Source Solutions
    1. Module introduction
  48. Lesson 17: LDAP
    1. Learning objectives
    2. 17.1 Understanding LDAP
    3. 17.2 Setting up an LDAP Server
    4. 17.3 Using LDAP for Authentication
    5. Lesson 17 Lab Setting up LDAP
    6. Lesson 17 Lab Solution Setting up LDAP
  49. Lesson 18: Git
    1. Learning objectives
    2. 18.1 Understanding Git
    3. 18.2 Understanding Git Authentication
    4. 18.3 Creating a Git Repository
    5. 18.4 Using a Git Repository
    6. 18.5 Working with Branches
    7. Lesson 18 Lab Using Git Branches
    8. Lesson 18 Lab Solution Using Git Branches
  50. Module 6: Practice Exam
    1. Module introduction
  51. Lesson 19: Sample Exam
    1. Learning objectives
    2. 19.1 Questions Overview
    3. 19.2 Working with Files
    4. 19.3 Managing Users and Permissions
    5. 19.4 Managing Storage
    6. 19.5 Scheduling Tasks
    7. 19.6 Protecting Files
    8. 19.7 Running Containers
    9. 19.8 Managing Services
    10. 19.9 Command Line Usage
    11. 19.10 Storage Management
    12. 19.11 Swap Management
    13. 19.12 Setting the Hostname
    14. 19.13 Writing a Script
    15. 19.14 Systemd Journal Management
    16. 19.15 Configuring Authentication
  52. Summary
    1. Linux Foundation Certified System Administrator (LFCS): Summary
  53. Linux Fundamentals and Linux Foundation Certified System Administrator (LFCS): Summary
    1. Linux Fundamentals and Linux Foundation Certified System Administrator (LFCS): Summary

Product information

  • Title: Linux Foundation Certified System Administrator (LFCS), 3rd Edition
  • Author(s): Sander van Vugt
  • Release date: April 2023
  • Publisher(s): Pearson
  • ISBN: 0138230676