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
- Linux Fundamentals and Linux Foundation Certified System Administrator (LFCS): Introduction
- Linux Fundamentals: Introduction
- Module 1: Essential Commands
- Lesson 1: Installing Linux
-
Lesson 2: Using Essential Tools
- Learning objectives
- 2.1 Logging in to Linux
- 2.2 Using su and sudo
- 2.3 Starting on the Command Line
- 2.4 Using the Seven Essential Linux Command Line Tools
- 2.5 Getting Help with man
- 2.6 Finding Which man Page to Use
- 2.7 Using pinfo
- 2.8 Using Other Systems for Getting Help
- Lesson 2 Command Review
- Lesson 2 Lab: Using Essential Tools
- Lesson 2 Lab Solution: Using Essential Tools
-
Lesson 3: Essential File Management Tools
- Learning objectives
- 3.1 Understanding the Linux File System Hierarchy
- 3.2 Listing Files with ls
- 3.3 Using Wildcards
- 3.4 Copying Files with cp
- 3.5 Working with Directories
- 3.6 Using Absolute and Relative Paths
- 3.7 Moving Files with mv
- 3.8 Removing Files with rm
- Lesson 3 Command Review
- Lesson 3 Lab: Using Essential File Management Tools
- Lesson 3 Lab Solution: Using Essential File Management Tools
-
Lesson 4: Advanced File Management Tools
- Learning objectives
- 4.1 Understanding Hard and Symbolic Links
- 4.2 Managing Hard and Symbolic Links
- 4.3 Finding Files with find
- 4.4 Using Advanced find Options
- 4.5 Using which and locate
- 4.6 Archiving Files with tar
- 4.7 Managing File Compression
- 4.8 Mounting File Systems
- Lesson 4 Command Review
- Lesson 4 Lab: Using Advanced File Management Tools
- Lesson 4 Lab Solution: Using Advanced File Management Tools
-
Lesson 5: Working with Text Files
- Learning objectives
- 5.1 Using a Text Editor
- 5.2 Understanding Working with vim
- 5.3 Creating Text Tiles with vim
- 5.4 Browsing Text Files with more and less
- 5.5 Using head and tail to See File Start and End
- 5.6 Displaying File Contents with cat and tac
- 5.7 Working with grep
- Lesson 5 Command Review
- Lesson 5 Lab: Working with Text Files
- Lesson 5 Lab Solution: Working with Text Files
- Lesson 6: Advanced Text File Processing
-
Lesson 7: Connecting to a Server
- Learning objectives
- 7.1 Understanding the Root User
- 7.2 Using su
- 7.3 Using sudo
- 7.4 Creating a Simple sudo Configuration
- 7.5 Using ssh to Connect to a Remote Server
- 7.6 Working with Linux from Windows
- Lesson 7 Command Review
- Lesson 7 Lab: Connecting to a Server
- Lesson 7 Lab Solution: Connecting to a Server
-
Lesson 8: Working with the Bash Shell
- Learning objectives
- 8.1 Understanding the Shell and other Core Linux Components
- 8.2 Using I/O Redirection and Piping
- 8.3 Working with history
- 8.4 Using Command Line Completion
- 8.5 Using Variables
- 8.6 Using Other Bash Features
- 8.7 Working with Bash Startup Files
- Lesson 8 Command Review
- Lesson 8 Lab: Working with Bash
- Lesson 8 Lab Solution: Working with Bash
- Module 2: User and Group Management and Permissions
-
Lesson 9: User and Group Management
- Learning objectives
- 9.1 Understanding Users
- 9.2 Understanding the Role of Ownership
- 9.3 Creating Users with useradd
- 9.4 Creating Groups with groupadd
- 9.5 Managing User and Group Properties
- 9.6 Configuring Defaults for New Users
- 9.7 Managing Password Properties
- 9.8 Managing Current Sessions
- Lesson 9 Command Review
- Lesson 9 Lab: Managing Users
- Lesson 9 Lab Solution: Managing Users
-
Lesson 10: Permissions Management
- Learning objectives
- 10.1 Understanding Basic Linux Permissions
- 10.2 Managing Basic Linux Permissions
- 10.3 Understanding Advanced Linux Permissions
- 10.4 Managing Advanced Linux Permissions
- 10.5 Managing umask
- Lesson 10 Command Review
- Lesson 10 Lab: Managing Permissions
- Lesson 10 Lab Solution: Managing Permissions
-
Lesson 11: Storage Management Essentials
- Learning objectives
- 11.1 Understanding Linux Storage Solutions
- 11.2 Creating MBR Partitions
- 11.3 Creating GPT Partitions
- 11.4 Creating File Systems
- 11.5 Mounting File Systems
- 11.6 Making Mounts Persistent
- Lesson 11 Command Review
- Lesson 11 Lab: Managing Storage
- Lesson 11 Lab Solution: Managing Storage
- Module 3: Operating Running Systems
-
Lesson 12: Managing Networking
- Learning objectives
- 12.1 Understanding IPv4 Basics
- 12.2 Understanding IPv6 Basics
- 12.3 Applying Run-time Network Configuration
- 12.4 Understanding Network Device Naming
- 12.5 Managing Host Names
- 12.6 Managing Host Name Resolution
- 12.7 Using Common Network Tools
- 12.8 Configuring Persistent Networking
- Lesson 12 Command Review
- Lesson 12 Lab: Managing Networking
- Lesson 12 Lab Solution: Managing Networking
- Lesson 13: Working with Systemd
-
Lesson 14: Managing Software
- Learning objectives
- 14.1 Installing Software from Source Packages
- 14.2 Understanding Software Packages
- 14.3 Managing Libraries
- 14.4 Understanding Software Managers
- 14.5 Managing Packages with yum/dnf
- 14.6 Managing Packages with apt
- 14.7 Using rpm
- Lesson 14 Command Review
- Lesson 14 Lab: Managing Software
- Lesson 14 Lab Solution: Managing Software
- Lesson 15: Managing SSH
- Lesson 16: Managing Time
-
Lesson 17: Process Management
- Learning objectives
- 17.1 Understanding Linux Processes and Jobs
- 17.2 Managing Interactive Shell Jobs
- 17.3 Monitoring Processes with top
- 17.4 Changing top Display Properties
- 17.5 Monitoring Process Properties with ps
- 17.6 Changing Process Priority
- 17.7 Managing Processes with kill
- Lesson 17 Command Review
- Lesson 17 Lab: Managing Processes
- Lesson 17 Lab Solution: Managing Processes
- Lesson 18: Scheduling Tasks
- Lesson 19: Reading Log Files
- Summary
- Linux Foundation Certified System Administrator (LFCS): Introduction
- Module 1: Advanced Systems Management
- Lesson 1: Shell Scripting Basics
- Lesson 2: The Kernel
- Lesson 3: Advanced Systemd Features
-
Lesson 4: Networking
- Learning objectives
- 4.1 Managing Runtime Configuration for Network Interfaces
- 4.2 Managing Persistant Configuration for Network Interfaces
- 4.3 Managing Static Routes
- 4.4 Managing Hostnames
- 4.5 Setting the Local Hostname
- Lesson 4 Lab Setting up a Network Interface
- Lesson 4 Lab Solution Setting up a Network Interface
- Lesson 5: Logging
- Lesson 6: Processes
-
Lesson 7: The Boot Procedure
- Learning objectives
- 7.1 Understanding the Boot Procedure
- 7.2 Managing Systemd Targets
- 7.3 Passing Parameters on the GRUB Boot Prompt
- 7.4 Editing Grub Configuration
- 7.5 Understanding Init and Upstart
- 7.6 Troubleshooting the Boot Procedure
- 7.7 Using a Rescue Disk
- Lesson 7 Lab Tuning the Boot Procedure
- Lesson 7 Lab Solution Tuning the Boot Procedure
- Module 2: Managing Security
- Lesson 8: Managing Local Security
- Lesson 9: Firewall Management
-
Lesson 10: SELinux and Apparmor
- Learning objectives
- 10.1 Understanding Mandatory Access Control
- 10.2 Confining Services with AppArmor
- 10.3 Understanding SELinux
- 10.4 Applying Labels to Manage SELinux File Access
- 10.5 Applying Labels to Manage SELinux Port Access
- 10.6 Configuring Booleans
- 10.7 Troubleshooting SELinux Access
- Lesson 10 Lab Configuring SELinux
- Lesson 10 Lab Solution Configuring SELinux
- Module 3: Managing Storage
- Lesson 11: Partitions
- Lesson 12: Filesystems and Mounts
- Lesson 13: Logical Volume Manager
- Lesson 14: Backups
- Module 4: Containers and Virtualization
- Lesson 15: Containers
- Lesson 16: Virtual Machines
- Module 5: Using Essential Open Source Solutions
- Lesson 17: LDAP
- Lesson 18: Git
- Module 6: Practice Exam
-
Lesson 19: Sample Exam
- Learning objectives
- 19.1 Questions Overview
- 19.2 Working with Files
- 19.3 Managing Users and Permissions
- 19.4 Managing Storage
- 19.5 Scheduling Tasks
- 19.6 Protecting Files
- 19.7 Running Containers
- 19.8 Managing Services
- 19.9 Command Line Usage
- 19.10 Storage Management
- 19.11 Swap Management
- 19.12 Setting the Hostname
- 19.13 Writing a Script
- 19.14 Systemd Journal Management
- 19.15 Configuring Authentication
- Summary
- Linux Fundamentals and Linux Foundation Certified System Administrator (LFCS): Summary
Product information
- Title: Linux Foundation Certified System Administrator (LFCS), 3rd Edition
- Author(s):
- Release date: April 2023
- Publisher(s): Pearson
- ISBN: 0138230676
You might also like
video
Red Hat Certified System Administrator (RHCSA) RHEL 9
14+ Hours of Video Instruction Description Learn, practice, and then validate your skills with this 14-hour …
video
Red Hat Certified System Administrator (RHCSA), 3/e
16+ Hours of Video Instruction An updated edition of this video title is available. Please go …
book
Red Hat RHCSA 9 Cert Guide: EX200
Learn, prepare, and practice for Red Hat RHCSA 9 (EX200) exam success with this Cert Guide …
book
Linux Basics for Hackers
If you’re getting started along the exciting path of hacking, cybersecurity, and pentesting, Linux Basics for …