Complete Linux Training Course to Get Your Dream IT Job
- Offered byUDEMY
Complete Linux Training Course to Get Your Dream IT Job at UDEMY Overview
Duration | 36 hours |
Total fee | ₹3,499 |
Mode of learning | Online |
Credential | Certificate |
Complete Linux Training Course to Get Your Dream IT Job at UDEMY Highlights
- Earn a certificate of completion from Udemy
- Learn from 132 downloadable resources and 24 articles
- Get full lifetime access of the course material
- Comes with 30 days money back guarantee
Complete Linux Training Course to Get Your Dream IT Job at UDEMY Course details
- For Anyone who wants to start a career in Linux
- For Who wants to learn everything about Linux and become Redhat Certified System Administrator (RHCSA EX-200)
- For Anyone who wants to have complete Linux training to get a job in IT
- For Anyone who wants to advance his/her career
- For Anyone who wants to master the Linux command line skills
- For Who wants help and advise in resume and interview
- 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
- In this course you will learn Linux installation, configuration, administration, troubleshooting, shell scripting, command line, OS tools and much more
- This course can help significantly for passing your RHCSA, RHCE, LFCS, LPI and CompTIA Linux+ certification exams
Complete Linux Training Course to Get Your Dream IT Job at UDEMY Curriculum
Introduction
Introduction
Good News
Syllabus Overview
Thank You
Module 1 Understanding the Linux Concept
Welcome to Module 1
Everyday Linux
What is Linux?
Unix vs. Linux
Linux Distributions
Linux Users
Linux vs. Windows
Module 2 Download, Install and Configure
Welcome to Module 2
Lab Design
What is Virtual Box?
Downloading and Installing Oracle VirtualBox
Download and Install VMWare Player (Optional)
CentOS vs. CentOS Stream
Different Ways to Install Linux
Creating a Virtual Machine
Download and Install Linux (CentOS 7)
Download and Install Linux (CentOS 8)
Download and Install Linux (CentOS 9)
Option 2 - Linux Installation on Cloud
Message for Redhat Installation
Redhat Linux Installation (Optional)
Ubuntu Linux Installation (Optional)
Take a snapshot of VM
Virtual Machine Management
Keyboard Keys Used in Linux
Module 3 System Access and File System
Welcome to Module 3
Important Things to Remember in Linux
Access to Linux System
Download and Install Putty
Access Linux via Putty
Command Prompts and Getting Prompts Back
Introduction to Linux File System
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)
Module 4 Linux Fundamentals
Welcome to Module 4
Linux Command Syntax
Files and Directory Permissions (chmod)
File Permissions Using Numeric Mode
File Ownership Commands (chown, chgrp)
Access Control List (ACL)
Help Commands
TAB Completion and Up Arrow Keys
Adding Text to Files
Input and Output Redirects (>, >>, <, stdin, stdout and stderr)
Standard Output to a File (tee command)
Pipes (
)
File Maintenance Commands (cp, rm, mv, mkdir, rmdir)
File Display Commands (cat, less, more, head, tail)
Filters / Text Processing Commands
cut - Text Processors Commands
awk - Text Processors Commands
grep/egrep - Text Processors Commands
sort/uniq - Text Processors Commands
wc - Text Processors Commands
Compare Files (diff and cmp)
Compress and uncompress (tar, gzip, gunzip)
Truncate File Size (truncate)
Combining and Splitting Files
Linux vs. Windows Commands
Module 5 System Administration
Welcome to Module 5
Linux File Editor (vi)
Difference between vi and vim Editors
"sed" Command
User Account Management (useradd, groupadd, usermod, userdel, groupdel)
Enable Password Aging
Switch Users and Sudo Access (su, sudo)
Monitor Users (who, last, w, id)
Talking to Users (users, wall, write)
Linux Directory Service - Account Authentication
Difference between Active Directory, LDAP, IDM, WinBIND, OpenLDAP etc.
System Utility Commands (date, uptime, hostname, uname, which, cal, bc)
Processes, Jobs and Scheduling
systemctl command
ps command
top command
kill command
crontab command
at command
Additional cronjobs (hourly, daily, weekly, monthly)
Process Management (bg, fg, nice)
System Monitoring Commands (df, dmesg, iostat 1, netstat, free, top)
System Logs Monitor (/var/log)
System Maintenance Commands (shutdown, init, reboot, halt)
Changing System Hostname (hostnamectl)
Finding System Information (uname, dmidecode)
Finding System Architecture (arch)
Terminal Control Keys
Terminal Commands (clear, exit, script)
Recover Root Password (single user mode)
SOS Report
Environment Variables
Special Permissions with setuid, setgid and stick bit
Module 6 Shell Scripting
Welcome to Module 6
Linux Kernel
What is a Shell?
Types of Shells
Shell Scripting
Basic Shell Scripts
Input and Output of Script
if-then Scripts
for Loop Scripts
do-while Scripts
Case Statement Scripts
Check Remote Servers Connectivity
Aliases (alias)
User and Global Aliases
Shell History (history)