Sunday, June 14, 2026

Free Linux Course

The Free Linux course covers all the Linux operating system fundamentals along with Linux Bash Programming. It covers GNU/Linux History, kernel, distributions, High-level Linux Kernel architecture, Linux Shell, Fundamentals, Basic Commands, File System, Namespace, Tree Structure Hierarchy, Relative and Absolute File Path, Type of files in Linux,

Linux Free Course Module 3 Chapter 3: Grep Command

0
Grep Basics of Grep Command grep command grep stands for Global Regular Expression Parser Use grep to search file for a pattern and display both matching and non-matching...

Linux Free Course Module 3 Chapter 2: General Purpose Utilities

0
General Purpose Utilities   Calendar: cal command Calendar: cal command  cal command is used to display the calendar. Syntax  cal Examples cal In general, if no options are given, cal displays the...

Linux Free Course Module 3 Chapter 1: File Management, File Attributes...

0
File Management, File Attributes & Permissions   File Management In Linux file management, we will learn about Creating files Copying files Moving files Removing files Display the...

Linux Free Course Module 2 Chapter 5: SUBSHELL

0
SUBSHELL   SUBSHELL • When you log into a LINUX system, you execute an initial login shell.   • This initial shell executes any simple commands that you enter. Current(parent)...

Linux Free Course Module 2 Chapter 4: Meta Characters

0
Meta Characters   INTRODUCTION & CLASSIFICATION   Shell metacharacters are characters that are handled specially by the shell. When you enter a command, the shell scans it...

Linux Free Course Module 2 Chapter 3 BUILT-IN & EXTERNAL COMMANDS

0
BASH SHELL BUILT-IN & EXTERNAL  COMMANDS   INTERNAL AND EXTERNAL COMMANDS   We can classify all of the Linux commands into two types - Internal And External.   Internal commands are the...

Linux Free Course Module 2 Chapter 2 SHELL VARIABLES

0
LINUX SHELL VARIABLES   •  There are two types of variables: LOCAL VARIABLE & ENVIRONMENT VARIABLE Environmental variables are set by the system and can usually be...

Linux Free Course Module 2 Chapter 1: LINUX BASH SHELL

0
LINUX BASH SHELL A shell is a program that sits between you and the LINUX operating system. In the next segment, we will study...

Module 1 Linux Free Course: Chapter 6: Basics of Linux File...

0
Basics of Linux File System FILE SYSTEM & NAMESPACE To begin the journey of any O/S we have to first understand the file...

Module 1 Linux Free Course: Chapter 5: Shell : Login, Basic...

0
Shell: Login, Basic Commands & Usage Logging on Linux machine Logging in to a Unix machine requires an account on that system. A...