Complete Linux Training

From ICTED-WIKI
Jump to navigation Jump to search

This is the Course Structure for Complete Linux Training.

This Course is divided into 8 different Modules. They are listed bellow;

Module 1: Understanding Linux Concept
Module 2: Download, Install and Configure
Module 3: System Access and File System
Module 4: Linux Fundamentals
Module 5: Linux System Administration
Module 6: Shell Scripting
Module 7: Networking, Servers and System Updates
Module 8: Disk Management and Run Levels

Couse Recap and Additional Resources

All About Resume and Interview

What will you learn?

  • By the end of this course you will be a professional Linux administrator and be able to apply for Linux job.
  • You will learn 200+ Linux system administration commands
  • CentOS and Redhat version 7, 8 and 9
  • You will gain advance Linux systems administration skills and have deep understanding of Linux fundamentals and concepts
  • You will be able to troubleshoot everyday Linux related issues
  • You will manage Linux servers in a corporate environment
  • You will write basic to advance level shell scripts
  • This course will prepare you for CompTIA Linux+ (XK0-004) and LPI Linux Essentials
  • Understand the concept of permissions and how to set them for files and directories
  • You will be able to take the EX-200 exam and become Redhat Certified System Administrator (RHCSA - EX200)

Requirements

  • The course covers everything about Linux from scratch so no prior experience required
  • Desire to reach your goals and dreams
  • A computer with at least 4G of RAM
  • Projector

Module 1: Understanding Linux Concept

What is Operating System?
What is Linux?
Everyday use of Linux
Unix vs Linux vs Windows

At the end of this module student will able to;

  1. Define Linux
  2. Distinguish between Unix, Linux and Windows.
  3. Learn about types of Linux Distribution.

Module 2: Download, Install and Configure Linux

Lab Design
What is Virtual Box?
Error creating thumbnail: Unable to run external programs, proc_open() is disabled. Error code: 1
Download and Install VMWare Player (Different Ways to Install Linux)
Creating a Virtual Machine
Download and Install Linux (CentOS 8)
Download and Install Linux (CentOS 9)
Redhat Linux Installation (Optional)
Take a snapshot of VM
Virtual Machine Management
Keyboard Keys Used in Linux

At the end of this module Student will able to;

  1. Define Virtualization
  2. Learn about different ways to install Linux.
  3. Create Virtual Machine.
  4. Install Linux in Virtual Machine.

Module 3: System Access and File System

Important Things to Remember in Linux
Access to Linux System
Download and Install Putty
Access Linux via Putty or SSH command line
Command Prompts and Getting Prompts Back
FileSystem Structure and Description
File System Navigation Commands (cd , ls and pwd)
Linux File or Directory Properties
Linux File Types
What is root?
Changing Password
Absolute and Relative Paths
Creating Files and Directories (touch, cp, vi, mkdir)
Copying directories
Finding Files and Directories (find, locate)
Difference Between Find and Locate Commands
Wildcards (*, ?, ^, [])
Soft and Hard Links (ln)

At the end of this module student will able to;

  1. Access to Linux System
  2. Define file system and its Structure.
  3. Define Root.
  4. Create files and directories.
  5. Use Wildcards.
  6. Create soft and hard link of files.