There are no items in your cart
Add More
Add More
Item Details | Price |
---|
Instructor: Vishal Shrivastava
Language: HINDI / ENGLISH
Enrolled Learners: 1
Validity Period: Lifetime
Unlock the core of modern computing with our Linux Fundamentals course — designed for aspiring developers, system administrators, DevOps engineers, and tech enthusiasts. Whether you're starting your journey or strengthening your foundation, this course demystifies Linux from the ground up.Dive into the Linux command-line interface, master essential shell commands, understand file system hierarchy, permissions, user management, process control, and networking basics. Learn how to work efficiently with package managers, environment variables, and system logs — the tools every tech professional must know.We go beyond theory with hands-on labs, real-world scenarios, and practical challenges that prepare you for job-ready roles in system administration and cloud environments. From understanding the boot process to writing your first shell script, this course will make you confident and capable in any Linux environment.
Start with zero experience and finish with the skills to manage, troubleshoot, and automate Linux systems like a pro.
.
Basic Commands | |||
Linux Command Line - Introduction 8:00 | |||
Linux Command Line - ls command 17:00 | |||
Linux Command Line - cd command 11:00 | |||
Linux Command Line - cat command 9:00 | |||
Linux Command Line - mkdir Command 6:00 | |||
Linux Command Line - rm and rmdir commands 13:00 | |||
Linux Command Line - cp command 12:00 | |||
Linux Command Line - mv command 12:00 | |||
Linux Command Line - less command 7:00 | |||
Linux Command Line - touch command 5:00 | |||
Linux Command Line - nano command 7:00 | |||
Linux Command Line - sudo command 8:00 | |||
Linux Command Line - echo command 8:00 | |||
Linux Command Line - Introduction to Bash Scripting 10:00 | |||
Linux Command Line - which and whatis command 5:00 | |||
Linux Command Line - Viewing Resources 10:00 | |||
Linux Command Line - watch command 4:00 | |||
Linux Command Line - cal command 4:00 | |||
Linux Command Line - date command 6:00 | |||
Linux Command Line - How to Run multiple Terminal Commands 9:00 | |||
Linux Command Line - apt-get command to Install Software 12:00 | |||
Linux Command Line - ifconfig command 9:00 | |||
Linux Command Line - netstat command 13:00 | |||
Linux Command Line - uname command 5:00 | |||
Terminal vs Shell vs Console 6:00 | |||
Terminal vs. Bash vs. Command line vs. Prompt 11:00 | |||
Quiz | |||
Basic Commands | |||
User Management | |||
Linux Command Line - useradd command (Creating Users) 7:00 | |||
Linux Command Line - userdel command (Removing Users) 5:00 | |||
Linux Command Line - Basic Group Management (groups, groupadd, groupdel) 7:00 | |||
Linux Command Line - usermod Command (Part - 1) 16:00 | |||
Linux Command Line - usermod command (Part - 2) 11:00 | |||
Linux Command Line - whois command 6:00 | |||
Linux Command Line - chage command 7:00 | |||
Linux Command Line - passwd command 16:00 | |||
Linux Command Line - hostname command 5:00 | |||
Quiz | |||
User management Quiz | |||
Lab | |||
User management | |||
Process Management | |||
Processes in Linux/Unix 7:00 | |||
ps command in Linux 12:00 | |||
Linux Command Line - kill command 9:00 | |||
Uptime command in Linux 3:00 | |||
systemctl command 27:00 | |||
Quiz | |||
Process management Quiz | |||
Lab | |||
Process management | |||
Sudo Access | |||
Config sudo access 13:00 | |||
Quiz | |||
Sudo Access | |||
Lab | |||
Sudo Access | |||
File System Management | |||
Linux Command Line - I/O Redirection 9:00 | |||
Linux Command Line - top command 8:00 | |||
Linux Command Line - file permissions, symbolic permissions and chmod 12:00 | |||
Linux Command Line - directory permissions and chmod 7:00 | |||
Linux Command Line - Octal and Numerical permissions (chmod) 10:00 | |||
Linux Command Line - .bashrc File 7:00 | |||
Linux Command Line - Head and Tail Commands 7:00 | |||
Linux Command Line - find command 7:00 | |||
Linux Command Line - wc command 4:00 | |||
Linux Command Line - tar command to Compress and Extract Files 6:00 | |||
Linux Command Line - grep command 11:00 | |||
Linux Command Line - unzip Command 8:00 | |||
Linux Command Line - zip Command 9:00 | |||
Linux Command Line - nl command 2:00 | |||
Linux Command Line - awk command (1) 10:00 | |||
Linux Command Line - sed command 9:00 | |||
Linux Command Line - awk command (2) 11:00 | |||
Quiz | |||
File system management | |||
Lab | |||
File system management | |||
Environment Management | |||
How to set Environment Variables in Linux? 20:00 | |||
Quiz | |||
Linux Environment Management | |||
Lab | |||
Linux Environment Management | |||
Networking with Linux | |||
Linux Networking 69:00 | |||
Quiz | |||
Networking with Linux | |||
Lab | |||
Networking with Linux | |||
Firewall | |||
Linux FIREWALL Management 37:00 | |||
Quiz | |||
Firewall | |||
Lab | |||
Firewall | |||
SSH Connectivity | |||
Learn Linux SSH Basics - How to Connect to a Server 13:00 | |||
How to SSH Login Without a Password on a Linux Server 7:00 | |||
Quiz | |||
SSH Connectivity | |||
Lab | |||
SSH Connectivity | |||
Shell Scripting | |||
Shell Scripting - Introduction 12:00 | |||
Shell Scripting - Variables and Comments 10:00 | |||
Shell Scripting - Read User Input 12:00 | |||
Shell Scripting - Pass Arguments to a Bash-Script 9:00 | |||
Shell Scripting - If Statement ( If then , If then else, If elif else) 13:00 | |||
Shell Scripting - File test operators 11:00 | |||
Shell Scripting - append output to the end of text file 11:00 | |||
Shell Scripting - Logical 'AND' Operator 7:00 | |||
Shell Scripting - Logical 'OR' Operator 6:00 | |||
Shell Scripting - Perform arithmetic operations 7:00 | |||
Shell Scripting - Floating point math operations in bash | bc Command 12:00 | |||
Shell Scripting - The case statement 8:00 | |||
Shell Scripting - The case statement Example 9:00 | |||
Shell Scripting - Array variables 11:00 | |||
Shell Scripting - WHILE Loops 6:00 | |||
Shell Scripting - using sleep and open terminal with WHILE Loops 5:00 | |||
Shell Scripting - Read a file content in Bash 7:00 | |||
Shell Scripting - UNTIL loop 4:00 | |||
Shell Scripting - FOR loop 9:00 | |||
Shell Scripting - use FOR loop to execute commands 7:00 | |||
Shell Scripting - Select loop 7:00 | |||
Shell Scripting - Break and continue 7:00 | |||
Shell Scripting - Functions 10:00 | |||
Shell Scripting - Local variables 9:00 | |||
Shell Scripting - Function Example 12:00 | |||
Shell Scripting - Readonly command 7:00 | |||
Shell Scripting - Signals and Traps 22:00 | |||
Shell Scripting - How to debug a bash script 7:00 | |||
Shell Scripting - Special Variables 14:00 | |||
Quiz | |||
Shell Scripting | |||
Lab | |||
Shell Scripting | |||
QUIZ | |||
LINUX |
After successful purchase, this item would be added to your Library.
You can access the library in the following ways :