We may earn an affiliate commission when you visit our partners.
Course image
Udemy logo

Linux Administration Bootcamp

Go from Beginner to Advanced

Jason Cannon

If you want to learn Linux system administration and supercharge your career, read on.

Read more

If you want to learn Linux system administration and supercharge your career, read on.

Hello. My name is Jason Cannon and I'm the author of Linux for Beginners, the founder of the Linux Training Academy, and an instructor to thousands of satisfied students. I started my IT career in the late 1990's as a Unix and Linux Systems Engineer and I'll be sharing my real-world Linux experience with you throughout this course.

By the end of this course you will fully understand the most important and fundamental concepts of Linux server administration. More importantly, you will be able to put those concepts to use in practical real-world situations. You'll be able to configure, maintain, and support a variety of Linux systems. You can even use the skills you learned to become a Linux System Engineer or Linux System Administrator.

Free Bonus - Video Demonstrations from my best-selling book, Command Line Kung-Fu.

In this series of videos I'll be sharing with you some of my favorite Linux command line tricks. These tips will make your life easier at the command line, speed up your work flow, and make you feel like a certified Linux command line Ninja. If you want to see the pages of Command Line Kung-Fu come to life, then you have to watch these videos.

This Linux course doesn't make any assumptions about your background or knowledge of Linux. You need no prior knowledge to benefit from this course. You will be guided step by step using a logical and systematic approach. As new concepts, commands, or jargon are encountered they are explained in plain language, making it easy for anyone to understand. Here is what you will learn by taking Linux Bootcamp:

  • How to get access to a Linux server if you don't already.

  • What a Linux distribution is and which one to choose.

  • What software is needed to connect to Linux from Mac and Windows computers.

  • What SSH is and how to use it.

  • The file system layout of Linux systems and where to find programs, configurations, and documentation.

  • The basic Linux commands you'll use most often.

  • Creating, renaming, moving, and deleting directories.

  • Listing, reading, creating, editing, copying, and deleting files.

  • Exactly how permissions work and how to decipher the most cryptic Linux permissions with ease.

  • How to use the nano, vi, and emacs editors.

  • Two methods to search for files and directories.

  • How to compare the contents of files.

  • What pipes are, why they are useful, and how to use them.

  • How to compress files to save space and make transferring data easy.

  • How and why to redirect input and output from applications.

  • How to customize your shell prompt.

  • How to be efficient at the command line by using aliases, tab completion, and your shell history.

  • How to schedule and automate jobs using cron.

  • How to switch users and run processes as others.

  • How to find and install software.

  • How the boot process works on Linux servers and what you can do to control it.

  • The various types of messages generated by a Linux system, where they're stored, and how to automatically prevent them from filling up your disks.

  • Disk management, partitioning, and file system creation.

  • Logical Volume Manager (LVM) - extending disk space without downtime, migrating data from one storage to another, and more.

  • Managing Linux users and groups.

  • Networking concepts that apply to system administration and specifically how to configure Linux network interfaces.

  • How to configure sudo.

  • Managing process and jobs.

  • Linux shell scripting

  • Unconditional Udemy 30 day money-back guarantee - that's my personal promise of your success.

What you learn in Linux Bootcamp applies to any Linux environment including CentOS, Ubuntu, Debian, Kali Linux, Linux Mint, RedHat Linux, Fedora, OpenSUSE, Slackware, AlmaLinux, Rocky Linux, and more.

Earn CompTIA Linux+ CEUs.

Keep your CompTIA Linux+ Certification up-to-date by earning Continuing Education Units (CEUs) with this course. Why go through the hassle of retesting when you can renew your certification?

Enroll now and start learning the skills you need to level up your career.

Enroll now

What's inside

Learning objective

By the end of this course you will understand the fundamentals of the linux operating system and be able to apply that knowledge in a practical and useful manner.

Syllabus

Overview
Course Overview
Installing and Connecting to a Linux System

In this lesson, you will learn:

  • What a Linux Distribution or Linux Distro is

  • What the most common Linux Distros are

  • How to choose the right Linux Distro

Specifically, you'll learn about the most popular Linux Distros including RHEL (RedHat Enterprise Linux), AlmaLinux, Rocky Linux, CentOS, and Ubuntu.

Other Distros are mentioned, such as Linux Mint, Debian, Manjaro, OpenSUSE, Pop!_OS, Fedora, Arch Linux, Fedora, and Slackware.

Read more

In this lesson you will learn how to install, use, and remove a Linux distro using Windows Subsystem for Linux (WSL) on Windows. You will also learn how to access the Linux files and directories using the Windows File Explorer.

In this lesson, you will learn how to install VirtualBox 7 on Windows 11. (If you need help installing VirtualBox on another version of Windows, please ask for help in the class discussion forum. I'll be happy to help you get Linux installed on your system.)

Note: Only use this lesson if you are using Mac with an Intel processor as your operating system.  If you are not, proceed to the next lesson.

Learn how to install Vagrant and VirtualBox on Mac.

In this lesson, you will learn how to install AlmaLinux 9 using an OVA file inside VirtualBox. (This lesson also applies to RHEL 9, Rocky Linux 9, and CentOS 9.)

VirtualBox Troubleshooting Tips

This lesson is for Mac users who have an Apple Silicon CPU in their systems, such as the M1, M2, or newer.

In this lesson, you will learn why you need to know how to install Linux manually from scratch.

In this lesson, you will learn how to install AlmaLinux 9 and/or RHEL (RedHat Enterprise Linux) 9.

In this lesson, you will learn how to connect directly to a Linux system installed on physical hardware or inside a virtual machine. Graphical and text-based logins will be covered.

Linux Fundamentals

In this lesson, you will learn about the Linux directory structure. You'll learn where different components of the operating system are located. You'll also learn how applications can employ the same conventions for their directory structures.

The Shell

In this lesson you will learn some basic, yet essential Linux commands.   You will be given an overview of each command and then a demonstration.

Commands include:
pwd

cd

ls

cat

man

clear

exit

Getting Help at the Command Line
Working with Directories
Listing Files and Understanding LS Output
File and Directory Permissions Explained - Part One

This is part two of the Linux file permissions lesson.  In this lesson you will learn about:

  • Symbolic permissions

  • Numeric and octal permissions

  • File versus directory permissions

  • Changing permissions

  • Working with groups

  • File creation mask

In this lesson, you will learn about two commands that will help you find files and directories: locate and find.

Viewing Files and the Nano Editor
Editing Files in Vi
Editing Files with Emacs
Graphical Editors
Deleting, Copying, Moving, and Renaming Files
Intermediate Linux Skills
Wildcards - Part One
Wildcards - Part Two
Input, Output, and Redirection
Comparing Files
Searching in Files and Using Pipes
Transferring and Copying Files over the Network
Customizing the Shell Prompt
Shell Aliases
Environment Variables
Processes and Job Control
Scheduling Repeated Jobs with Cron
Switching Users and Running Commands as Others
Shell History and Tab Completion

In this lesson you will learn how to search for, install, and remove software on RPM based distros such as RedHat Enterprise Linux, CentOS, AlmaLinux, Rocky Linux, and Fedora.

In this lesson you will learn how to search for, install, and remove software on Debian based distros such as Debian, Ubuntu, Kali Linux, Parrot OS, and Linux Mint.

Processes and Jobs
The Linux Boot Process and System Logging
The Linux Boot Process
The Linux Boot Process - Demo
System Logging
Quiz: The Linux Boot Process
Disk Management
Disk Management - Part One
Disk Management - Part Two - Creating Partitions with fdisk
Disk Management - Part Three - File Systems
LVM - The Logical Volume Manager

LVM stands for Logical Volume Manager.  The logical volume manager introduces extra layers of abstraction between the disks or storage devices presented to a Linux system and the file systems placed on those disks or storage devices.

Why to use LVM:

  • Flexible Capacity

  • Easily Resize Storage While Online

  • Online Data Relocation

  • Convenient Device Naming

  • Disk Striping

  • Data Redundancy / Data Mirroring

  • Snapshots

The logical volume manager introduces extra layers of abstraction between the storage devices and the file systems placed on those storage devices.

In this lesson you will learn about these layers of abstraction:

  • Physical volumes.

  • Volume Groups.

  • Logical Volumes.

In this lesson you will learn the process for creating Physical Volumes (PVs), Volume Groups (VGs), and Logical Volumes (LVs)

At a high level, the process for creating a logical volume is:

1. Create one or more physical volumes.

2. Create a volume group from those one or more physical volumes.

3. Finally, you can create one or more logical volumes from the volume group.


In this lesson you will learn how to extend Volume Groups (VGs) and Logical Volumes (LVs) with the vgextend and lvextend commands.  In addition, you'll learn about Logical Extents and Physical Extents.

In this lesson you will learn how to create mirrored logical volumes.

In this lesson you will learn how to delete logical volumes, volume groups, and physical volumes. Commands covered include:

  • umount

  • lvremove

  • vgreduce

  • pvremove

  • vgremove


It is easy to move data from one storage device to another with LVM. In this lesson, you'll learn exactly how to do that with the pvmove command.

In this section you learned that LVM adds layers of abstraction between storage devices and file systems.  These layers of abstraction include Physical Volumes, Volume Groups, and Logical Volumes.

You also learned how to configure LVM, starting with the pvcreate command to configure physical volumes, the vgcreate command to configure volume groups, and the lvcreate command to create logical volumes.  From there, you treated the logical volumes like you would any other disk partitions.  You created a file system on the logical volume and mounted it like any other file system.

From there you learned how to extend logical volumes using lvextend.  When you needed to add more capacity to a volume group, you learned how to do so with the vgextend command.

You also learned how to create mirrored logical volumes by use the -m option to the lvcreate command.

Finally, you learned how to remove logical volumes with the lvremove command, remove physical volumes from volume groups with the vgreduce command, remove volume groups with vgremove, and remove physical volumes with the pvremove command.

User Management
Managing Users and Groups - Part One
Managing Users and Groups - Part Two
Networking
TCP/IP Networking for Linux System Administrators
Networking - DNS and hostnames
Networking - DHCP, Dynamic and Static Addressing
Network Troubleshooting - Part One
Network Troubleshooting - Part Two
Advanced Linux Permissions

This lesson covers the special modes of setuid, setgid, and the sticky bit.

Permissions
Shell Scripting
Shell Scripting - Part One
Shell Scripting - Part Two
Scripting
Advanced Command Line Skills - Command Line Kung Fu
Tab completion
Repeat as Root
Rerun a command starting with a string
Reuse arguments
Strip out comments and blank lines
Reuse the last item from the previous command
Extras
Connecting to Linux over the network using SSH
Connecting to a Linux Virtual Machine Over the Network
Installing NGINX, MySQL, PHP, and Wordpress on Ubuntu
Summary
Conclusion - Congratulations and Thank You!
Course Slides
Download the Slides Used in the Course
Bonus Section

The contents of this lecture are so secret I'm not even allowed to describe it! Open, if you dare.

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Covers fundamentals of Linux system administration, preparing learners to support and maintain Linux systems
Led by Jason Cannon, an experienced Linux professional and trainer
Suitable for beginners with no prior Linux knowledge
Coursework covers essential Linux concepts, commands, and skills for system administration
Includes hands-on practice through exercises and assignments
Earn CompTIA Linux+ Continuing Education Units (CEUs) for certification maintenance

Save this course

Save Linux Administration Bootcamp: Go from Beginner to Advanced to your list so you can find it easily later:
Save

Reviews summary

Top-rated linux course

Learners say this course is extremely good and lets you setup a Linux machine from the ground-up. The instructor, Jason Cannon, is also greatly appreciated by their students.

Career center

Learners who complete Linux Administration Bootcamp: Go from Beginner to Advanced will develop knowledge and skills that may be useful to these careers:
Linux System Administrator
A Linux System Administrator is responsible for the day-to-day operation and maintenance of Linux systems. This course provides a comprehensive overview of Linux system administration, including topics such as file management, user management, networking, and security. By completing this course, you will be well-prepared for a career as a Linux System Administrator.
Linux Engineer
A Linux Engineer is responsible for designing, implementing, and maintaining Linux systems. This course provides a comprehensive overview of Linux system administration, including topics such as file management, user management, networking, and security. By completing this course, you will be well-prepared for a career as a Linux Engineer.
DevOps Engineer
A DevOps Engineer is responsible for bridging the gap between development and operations teams. This course provides a comprehensive overview of Linux system administration, including topics such as file management, user management, networking, and security. By completing this course, you will be well-prepared for a career as a DevOps Engineer.
Cloud Engineer
A Cloud Engineer is responsible for designing, implementing, and maintaining cloud-based systems. This course provides a comprehensive overview of Linux system administration, including topics such as file management, user management, networking, and security. By completing this course, you will be well-prepared for a career as a Cloud Engineer.
Network Administrator
A Network Administrator is responsible for the design, implementation, and maintenance of computer networks. This course provides a comprehensive overview of Linux system administration, including topics such as file management, user management, networking, and security. By completing this course, you will be well-prepared for a career as a Network Administrator.
Security Analyst
A Security Analyst is responsible for identifying, assessing, and mitigating security risks. This course provides a comprehensive overview of Linux system administration, including topics such as file management, user management, networking, and security. By completing this course, you will be well-prepared for a career as a Security Analyst.
Data Analyst
A Data Analyst is responsible for collecting, analyzing, and interpreting data. This course provides a comprehensive overview of Linux system administration, including topics such as file management, user management, networking, and security. By completing this course, you will be well-prepared for a career as a Data Analyst.
Web Developer
A Web Developer is responsible for designing, developing, and maintaining websites. This course provides a comprehensive overview of Linux system administration, including topics such as file management, user management, networking, and security. By completing this course, you will be well-prepared for a career as a Web Developer.
Software Engineer
A Software Engineer is responsible for designing, developing, and maintaining software applications. This course provides a comprehensive overview of Linux system administration, including topics such as file management, user management, networking, and security. By completing this course, you will be well-prepared for a career as a Software Engineer.
Systems Analyst
A Systems Analyst is responsible for analyzing and designing computer systems. This course provides a comprehensive overview of Linux system administration, including topics such as file management, user management, networking, and security. By completing this course, you will be well-prepared for a career as a Systems Analyst.
Database Administrator
A Database Administrator is responsible for the design, implementation, and maintenance of databases. This course provides a comprehensive overview of Linux system administration, including topics such as file management, user management, networking, and security. By completing this course, you will be well-prepared for a career as a Database Administrator.
IT Manager
An IT Manager is responsible for planning, implementing, and managing IT systems and services. This course provides a comprehensive overview of Linux system administration, including topics such as file management, user management, networking, and security. By completing this course, you will be well-prepared for a career as an IT Manager.
Computer Scientist
A Computer Scientist is responsible for the theory and design of computation. This course may be helpful in providing a foundation for a career as a Computer Scientist.
Electrical Engineer
An Electrical Engineer is responsible for the design, development, and testing of electrical systems. This course may be helpful in providing a foundation for a career as an Electrical Engineer.
Mechanical Engineer
A Mechanical Engineer is responsible for the design, development, and testing of mechanical systems. This course may be helpful in providing a foundation for a career as a Mechanical Engineer.

Reading list

We've selected ten books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Linux Administration Bootcamp: Go from Beginner to Advanced.
Comprehensive guide to the Linux command line. It covers all of the essential commands, as well as more advanced topics like shell scripting and regular expressions. This book valuable resource for anyone who wants to learn more about the Linux command line.
Concise and comprehensive reference to the Linux operating system. It covers all of the essential commands and utilities, as well as more advanced topics like system administration and networking. This book valuable resource for both novice and experienced Linux users.
Hands-on guide to the Linux command line. It covers all of the essential commands, as well as more advanced topics like shell scripting and regular expressions. This book valuable resource for anyone who wants to learn more about the Linux command line.
Comprehensive guide to Linux system administration. It covers all of the essential tasks that a Linux administrator needs to know, from installing and configuring a system to managing users, groups, and permissions. This book valuable resource for both novice and experienced Linux administrators.
Comprehensive guide to the Linux operating system. It covers all of the essential topics, from installing and configuring a system to using the command line and managing files. This book valuable resource for both novice and experienced Linux users.
Comprehensive guide to the Linux kernel. It provides a detailed overview of the kernel's architecture and how it works. This book valuable resource for anyone who wants to learn more about the Linux kernel.
Comprehensive guide to advanced Linux programming. It covers topics such as kernel programming, device drivers, and file systems. This book valuable resource for anyone who wants to learn more about Linux programming.
Comprehensive guide to writing Linux device drivers. It covers all of the essential topics, from kernel internals to hardware programming. This book valuable resource for anyone who wants to learn more about writing Linux device drivers.
Collection of recipes for securing a Linux system. It covers topics such as user management, file permissions, and network security. This book valuable resource for anyone who wants to learn more about Linux security.
Classic in the field of Unix and Linux programming. It provides a detailed overview of the Unix philosophy and how it applies to programming. This book valuable resource for anyone who wants to learn more about Unix and Linux programming.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Linux Administration Bootcamp: Go from Beginner to Advanced.
File and Directory Manipulation with Linux for IT...
Most relevant
Try It: Learn Linux Command Line
Most relevant
Linux Mastery: Master the Linux Command Line in 11.5 Hours
Most relevant
Linux Basics: The Command Line Interface
Most relevant
Fundamentals of Red Hat Enterprise Linux 9
Most relevant
Linux Command Line Basics
Most relevant
Mac OS X Command Line: Beyond the Basics
Most relevant
RHEL 8: Using Essential Tools
Most relevant
Ubuntu Linux Administration: Essential Commands
Most relevant
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser