Linux Command Line Online Course
Learn the Linux Command Line
Linux commands are so powerful that using them you can interact with your computer without any assistance of point and click GUI applications. Linux commands are also essential if you are looking to step into the world of ethical hacking. This course will take you through the Linux command line and, in no time, you will be comfortable in performing file and management tasks by using only the Linux commands.
The course starts with explaining the installation process of VirtualBox and Kali Linux. Next, you will get to know your computer with the help of terminal commands, such as ipconfig, ping, ip, dp, free, ps, top, kill, whoami, and uname. Moving along, you will learn to navigate through the directory structures and become familiar with the task of making and manipulating files. Later, you will learn to use the grep and awk commands to search through files and understand the concept of changing file permissions. Next, you will learn how to create and modify users and groups and go through the steps of installing new software. Toward the end, you will learn how to compress and extract files and get an overview of Bash scripting.
By the end of this course, you will have developed the basic Linux command line skills that will help you to start your career in ethical hacking.
Course Curriculum
VirtualBox
- Introduction to the Course
- Installing VirtualBox
- Installing Kali Linux Virtual Machine
Entering Terminal Commands: Getting to Know Your Computer
- Whoami and Uname Commands
- Commands - Ifconfig, ip, and ping
- Commands - df, free, ps, top, and kill
Navigating the Terminal
- Changing Directories
- Important Directories and Their Contents
- Editing Files within a Directory
Making and Manipulating Files
- Making and Manipulating Files
- Making and Manipulating Directories
- Knowledge Check Challenge 1: Terminal Navigation and Manipulating Files
Searching Through Files
- Pipes and Redirection
- Searching with Grep
- Awk: Grabbing Only What You Want
- Knowledge Check Challenge 2: Pipes, Grep, Awk, and Redirection Output
Changing File Permissions and Executing Files
- What are Permissions?
- Owner, Group, All Users
- Changing Permissions and Executing Files
- Adding to the Sudo Group
- Knowledge Check Challenge 3: File Permissions, Users, and Groups
Installing the Software
- The Advanced Packaging Tool (APT)
- Updating Our System and Installing the Software
- Knowledge Check Challenge 4: Installing the New Software and Learning How to use it
Compressing and Extracting Files
- Compressing Files with Gzip
- Creating Archives with Tar
- Knowledge Check Challenge 5: Compressing and Extracting Files
Writing Your First Script with Echo
- An Introduction to Expansion
- Parameter and Command Expansion
- Arithmetic Expansion and Getting User Input
- Tests and If Statements
- Looping with the For Statement
- Looping with the While and Until Statements
- Knowledge Check Challenge 6: Bash Scripting