We may earn an affiliate commission when you visit our partners.
Course image
Jason Cannon

My name is Jason Cannon and I'm the author of Linux for Beginners as well as the founder of the Linux Training Academy. When I ask people to tell me what their biggest challenge is to learning Linux, they all say the same thing: Time.

Read more

My name is Jason Cannon and I'm the author of Linux for Beginners as well as the founder of the Linux Training Academy. When I ask people to tell me what their biggest challenge is to learning Linux, they all say the same thing: Time.

Give me just 45 minutes a day for the next 5 days and I will teach you exactly what you need to know about the Linux operating system. You'll learn the most important concepts and commands, and I'll even guide you step-by-step through several practical and real-world examples.

Free Bonus - How to Install WordPress on Your Very Own Linux System

First, you'll learn what software is required for WordPress to run on a Linux system. Next, you'll be given the exact commands to type that install all the required software and WordPress.

Before you know it, you'll have a fully functioning blog on your hands. This is a great way to put your new-found Linux skills to good use. Totally optional, but very cool: If you want to host your blog on the internet on your very own installation of Linux, I'll show you were you can get hosting for just $5 a month.

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.

  • 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.
  • Unconditional Udemy 30 day money-back guarantee - that's my personal promise of your success.
  • 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

    The course overview lesson describes what you will learn during each day of the "Learn Linux in 5 Days" course.

    Day 1

    In this lesson you will learn:

    • What Linux is

    • Brief history of Linux

    • What a Linux Distribution or Linux Distro is

    • Reasons Linux is used

    You'll briefly be introduced to: RHEL (RedHat Enterprise Linux), Fedora, CentOS, AlmaLinux, Rocky Linux, Ubuntu, Debian, OpenSuse, and SLES (SuSE Linux Enterprise Server).

    Read more

    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.

    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.)

    In this lesson, you will learn how to install VirtualBox on Macs that contain an Intel CPU.

    NOTE: If you are using a Mac that contains an Apple Silicon chip such as the M1, M2, or newer, skip this lesson and proceed to the Apple Silicon lesson.

    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.)

    If you are having trouble getting VirtualBox to work, watch this lesson.

    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.

    Review
    Day 2

    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.

    In this lesson you will learn what the Linux shell is, how to access it, and what the superuser account is.

    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

    In this lesson you will learn:

    • How to navigate Linux man pages.

    • How the $PATH environment variable is used.

    • What the which command does.

    • How to ask commands for help.

    • How to search man pages.

    In this lesson you will learn:

    • How to use directory shortcuts
    • How to execute commands out of your $PATH
    • How to create and remove directories

    In this lesson you will learn how to list files with the ls command and how to interpret the ls output.

    Quiz 1
    Day 3

    The Linux file permissions lesson is broken into two parts.  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

    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.

    In this lesson you will learn various commands that can be used to view files as well as how to use the nano text editor.

    In this lesson you will learn how to edit files with the vi editor and/or vim editor.

    This is a vi cheat sheet.  You can use it for vi as well as vim.

    In this lesson you will learn how to edit files with the emacs editor.

    This is a cheat sheet for the Emacs editor.

    This lesson will touch on some of the graphical editors available in the Linux operating system.

    Quiz 2
    Day 4

    This lesson will cover how to delete, copy, move, and rename files in Linux.

    In this first of a two-part lesson, you'll learn what a wildcard is in Linux, you'll be given a list of Linux wildcards, and be introduced to wildcard number ranges.

    In this second of a two-part lesson, you'll be given several Linux wildcard examples.

    This lesson covers the various types of input and output as well as how to redirect that input and output.

    In this lesson you will learn three strategies for comparing the differences between two files on a Linux system.

    In this lesson you will learn how to search through the contents of files. Additionally you will learn about pipes and how they can be used to aid searches.

    In this lesson you will learn how to transfer and copy files over the network, be it between two Linux systems, or between Windows and Linux, or Mac and Linux.

    See the supplementary material for a list of SCP and SFTP clients.

    In this lesson you will learn how to customize your shell prompt.

    In this lesson you will learn how to list, create, delete, and persist shell aliases.

    Quiz 3
    Day 5

    In this lesson you will learn:

    • How to set and list environment variables

    • How to unset or remove an environment variable

    • How to save environment variables between sessions

    Commands covered include: printenv, env, and echo.

    Environment Variables - Text Supplement

    In this lesson you will learn how to display information about running programs and processes. You will also learn how to control the behavior of processes, including running processes in the background and terminating processes.

    In this lesson you will learn how to schedule jobs and automate tasks using the cron service.

    In this lesson you will learn how to switch to other accounts and run programs as different users.

    In this lesson you will learn how to manipulate your shell history.   Additionally, you will learn how to use tab completion.  Finally, command line editing is covered.

    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.

    Quiz 4

    Thanks for taking the "Learn Linux in 5 Days" course! If you found it helpful, please leave a review. If you need help with anything, please let me know.

    Thanks and congrats!


    Jason

    Instructor

    Addendum - Connecting to Linux Over the Network

    In this lesson you will learn how to connect to a Linux system directly and over the network. You'll learn about SSH and the software that you'll need to connect to a Linux system.

    Connecting to a Linux Virtual Machine Over the Network
    Bonus

    This lesson covers installing Apache, MySQL, PHP, and Wordpress on an Ubuntu system.

    Bonus - Slides
    Background and Introduction
    Getting Access
    Getting Connected
    Linux Directory Structure
    Welcome to Shell
    Essential Linux Commands / Basic Linux Commands
    Getting Help
    Directories
    Listing Files
    Permissions
    Finding Files
    Nano
    Vi
    Emacs
    Graphical Editors
    Managing Files
    Customizing the Shell Prompt
    Wildcards
    I/O Redirection
    Comparing Files
    Searching in Files
    Transferring Files
    Aliases
    Switching Users and Sudo
    Shell History
    Environment Variables
    Jobs
    Cron
    Installing Software
    This section is for older videos that have been replaced by new and updated ones. I want to make the original content available for reference.

    In this lesson you will learn several methods that you can use to get access to a Linux system.

    NOTE: In addition to http://simpleshell.com you can use http://www.webminal.org or http://linuxzoo.net.

    In this lesson you will learn how to install VirtualBox on Windows.

    In this lesson you will learn how to install VirtualBox on Mac.

    In this lesson you will learn how to create a Linux Virtual Machine using VirtualBox and Virtual Disk Images.

    The Linux Virtual Machine can be used to practice your Linux skills as you progress through the course.

    In this lesson you will learn how to install Virtualbox and Ubuntu.

    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
    Develops essential Linux skills for beginners
    Offers hands-on labs and interactive materials
    Provides a comprehensive foundation for Linux beginners
    Taught by Jason Cannon, a recognized expert in Linux training
    Focuses on practical and real-world Linux examples
    The course requires some prior knowledge of computers

    Save this course

    Save Learn Linux in 5 Days and Level Up Your Career to your list so you can find it easily later:
    Save

    Reviews summary

    Beginner-friendly linux course

    learners say this course is well-received and especially helpful for beginners. Students enjoy the course design that includes one-hour videos to be completed in five days. The course has helped them to become comfortable with Linux and able to work in the terminal environment.
    Course can be completed in 5 days.
    "With it laid out to be completed in 5 days doing 1 hour of videos a day, it kept me focused and motivated."
    Great for beginners.
    "I had no experience with Linux prior to taking this and am now comfortable using terminal and being able to work in this environment."

    Activities

    Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Learn Linux in 5 Days and Level Up Your Career with these activities:
    Review basic Linux commands
    Refresh and reinforce your basic knowledge of Linux commands to prepare for the course content.
    Browse courses on Linux Commands
    Show steps
    • Review the man pages for common commands like ls, cd, mkdir, and rm.
    • Practice using these commands to navigate the file system, create and delete directories, and view files.
    Refresh your understanding of file permissions
    Ensure a strong understanding of file permissions to effectively manage files and directories.
    Browse courses on File Permissions
    Show steps
    • Review the concepts of file permissions, including owner, group, and other.
    • Practice setting and modifying file permissions using commands like chmod and chown.
    Follow a Linux tutorial
    Supplement your learning by following a guided tutorial on a specific Linux topic.
    Show steps
    • Identify a specific Linux topic that you want to learn more about.
    • Search for and select a well-regarded tutorial on that topic.
    • Follow the tutorial step-by-step, taking notes and experimenting with the commands.
    Four other activities
    Expand to see all activities and additional details
    Show all seven activities
    Practice navigating the Linux file system
    Develop proficiency in navigating the Linux file system through repeated practice.
    Show steps
    • Open a terminal window or use a graphical file manager.
    • Navigate to different directories using the cd command.
    • Create new directories and delete them.
    • List files and directories using the ls command.
    • Use absolute and relative paths to access files.
    Follow a tutorial on Linux networking
    Expand your knowledge of Linux networking by following a guided tutorial.
    Show steps
    • Identify a specific Linux networking topic that you want to learn more about.
    • Search for and select a well-regarded tutorial on that topic.
    • Follow the tutorial step-by-step, taking notes and experimenting with the commands.
    Join a Linux study group or forum
    Connect with other Linux learners and engage in discussions to enhance your understanding.
    Show steps
    • Identify Linux study groups or forums online.
    • Join a group that aligns with your learning goals.
    • Participate in discussions, ask questions, and share your knowledge.
    Organize and synthesize your learning materials
    Maximize retention by actively organizing and synthesizing your learning materials.
    Show steps
    • Gather your notes, assignments, quizzes, and exams.
    • Review and summarize the key concepts of each section.
    • Identify any areas where you need further clarification.

    Career center

    Learners who complete Learn Linux in 5 Days and Level Up Your Career will develop knowledge and skills that may be useful to these careers:
    System Administrator
    System Administrators maintain computer systems and ensure that they are running smoothly and efficiently. They need to have a deep understanding of the Linux operating system, as it is used by a majority of businesses and organizations. This course provides a solid foundation in Linux that can help aspiring System Administrators to be successful in their careers.
    DevOps Engineer
    DevOps Engineers are responsible for bridging the gap between development and operations teams. They need to have a strong understanding of the Linux operating system, as it is used by both developers and system administrators. This course provides a comprehensive introduction to Linux that can help DevOps Engineers to be successful in their careers.
    Cloud Engineer
    Cloud Engineers are responsible for designing, implementing, and managing cloud computing systems. They need to have a strong understanding of the Linux operating system, as it is the underlying platform for many cloud computing services. This course provides a comprehensive introduction to Linux that can help Cloud Engineers to be successful in their careers.
    Network Administrator
    Network Administrators are responsible for the planning, implementation, and maintenance of computer networks. They need to have a strong understanding of the Linux operating system, as it is widely used in network infrastructure. This course can help Network Administrators to develop the Linux skills they need to excel in their careers.
    IT Security Analyst
    IT Security Analysts are responsible for protecting computer systems from security threats. They need to have a strong understanding of the Linux operating system, as it is a popular target for hackers and malware. This course provides a comprehensive introduction to Linux that can help IT Security Analysts to be successful in their careers.
    Software Engineer
    Software Engineers are in charge of designing, implementing, and maintaining software applications. They need to have a strong understanding of the underlying operating system to write efficient and reliable code. This course is a great way to gain this understanding and prepare for a career as a Software Engineer.
    Database Administrator
    Database Administrators are responsible for managing and maintaining databases. They need to have a strong understanding of the Linux operating system, as it is often used to host databases. This course provides a comprehensive introduction to Linux that can help Database Administrators to be successful in their careers.
    IT Manager
    IT Managers are responsible for planning, implementing, and managing IT systems. They need to have a strong understanding of the Linux operating system, as it is widely used by businesses and organizations. This course provides a comprehensive introduction to Linux that can help IT Managers to be successful in their careers.
    Computer Vision Engineer
    Computer Vision Engineers are responsible for developing and deploying computer vision systems. They need to have a strong understanding of the Linux operating system, as it is often used to train and deploy computer vision models. This course provides a comprehensive introduction to Linux that can help Computer Vision Engineers to be successful in their careers.
    Data Scientist
    Data Scientists are responsible for extracting insights from data using statistical and mathematical techniques. They need to have a strong understanding of the Linux operating system, as it is often used to process and analyze large amounts of data. This course provides a comprehensive introduction to Linux that can help Data Scientists to be successful in their careers.
    Artificial Intelligence Engineer
    Artificial Intelligence Engineers are responsible for developing and deploying artificial intelligence systems. They need to have a strong understanding of the Linux operating system, as it is often used to train and deploy artificial intelligence models. This course provides a comprehensive introduction to Linux that can help Artificial Intelligence Engineers to be successful in their careers.
    Web Developer
    Web Developers are responsible for designing, developing, and maintaining websites. They need to have a strong understanding of the Linux operating system, as it is often used to host websites. This course provides a comprehensive introduction to Linux that can help Web Developers to be successful in their careers.
    Machine Learning Engineer
    Machine Learning Engineers are responsible for developing and deploying machine learning models. They need to have a strong understanding of the Linux operating system, as it is often used to train and deploy machine learning models. This course provides a comprehensive introduction to Linux that can help Machine Learning Engineers to be successful in their careers.
    Mobile Developer
    Mobile Developers are responsible for designing, developing, and maintaining mobile applications. They need to have a strong understanding of the Linux operating system, as it is used to develop many mobile applications. This course provides a comprehensive introduction to Linux that can help Mobile Developers to be successful in their careers.
    Data Analyst
    Data Analysts are on the front lines of data-centered decision-making, and they help companies to achieve their goals by analyzing large amounts of data. This course may be useful for Data Analysts by providing an understanding of the Linux operating system, which is widely used by companies to store their data and run their applications. A strong foundation in Linux can help Data Analysts to extract insights from data and make better recommendations.

    Reading list

    We've selected 13 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 Learn Linux in 5 Days and Level Up Your Career.
    Comprehensive guide to the Linux operating system. It covers everything from basic concepts to advanced topics such as networking and security. It great resource for anyone who wants to learn more about Linux, regardless of their level of experience.
    Classic in the Unix community. It provides a comprehensive overview of the Unix operating system and its tools. It great resource for anyone who wants to learn more about Unix.
    Classic in the networking community. It provides a comprehensive overview of the TCP/IP protocol suite. It great resource for anyone who wants to learn more about how TCP/IP works.
    This comprehensive guide to Linux administration covers everything from basic system administration tasks to advanced topics such as security and performance tuning. It is an essential resource for anyone who wants to learn more about how to manage and maintain a Linux system.
    Classic in the software engineering community. It provides insights into the challenges of software development and offers advice on how to overcome them. It great read for anyone who wants to learn more about the software development process.
    Classic in the software engineering community. It provides insights into the human factors of software development and offers advice on how to create a more productive and effective work environment. It great read for anyone who wants to learn more about the people side of software development.
    Comprehensive introduction to operating systems. It covers the basics of operating systems, including processes, memory management, and I/O. It great resource for anyone who wants to learn more about how operating systems work.
    Comprehensive introduction to computer networks. It covers the basics of computer networks, including protocols, routing, and security. It great resource for anyone who wants to learn more about how computer networks work.
    Practical guide to writing clean code. It provides principles and practices for writing code that is easy to read, understand, and maintain. It great resource for anyone who wants to learn more about how to write better code.
    Classic in the software design community. It provides a catalog of design patterns that can be used to solve common software design problems. It great resource for anyone who wants to learn more about how to design better software.
    Covers the basics of the Linux command line, making it a great starting point for those new to Linux. It provides clear and concise explanations of the most essential commands and concepts, making it a valuable resource for both beginners and experienced users alike.
    This pocket reference quick and easy way to look up Linux commands and concepts. It great resource for both beginners and experienced users alike.

    Share

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

    Similar courses

    Here are nine courses similar to Learn Linux in 5 Days and Level Up Your Career.
    Linux for Beginners
    Most relevant
    The Linux Command Line Bootcamp: Beginner To Power User
    Most relevant
    Try It: Learn Linux Command Line
    Most relevant
    Command Line Basics in Linux
    Most relevant
    Linux Administration Bootcamp: Go from Beginner to...
    Most relevant
    File and Directory Manipulation with Linux for IT...
    Most relevant
    Linux Mastery: Master the Linux Command Line in 11.5 Hours
    Most relevant
    Linux: Archiving and Compression for DevOps (tar/gzip)
    Most relevant
    Linux Administration: The Complete Linux Bootcamp for 2024
    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