Lessons
Linux File System
Network Commands in Linux
What Are The Top Network Commands in Linux? Linux is used in the servers as an operation system in many networks. It is the most important and widely used …
Ping Command in Linux
Ping Command in Linux Ping Command is the most used command in networking world. Maybe it is the first command that every network engineer has used firstly. During network integration, …
Linux Find Command
In system administration, we work with files. For some reason, we search for files and try to find the. In Linux, there are different file commands. Here, we will focus …
Linux Password Change And Passwd Options
Authentication is very important in Linux. There are different users in a Linux system. One of them is root user and beside root, there are other roots. To manage the …
Linux Scheduling and Linux at Command
Linux at Command In Linux administration, sometimes we need to Schedule jobs. One of the ways to schedule jobs in Linux is using Linux at command. With at command, …
Linux ls Options
Linux File Listing: ls Options In Linux Course and in real life works, we will work on files too much. So, we will use linux ls command very often. So, …
Linux User Listing
There are different users in Linux. Some of them are default and some of them are created later. So, how can we list all these Linux users? What are the …
Linux useradd command
How to Add a User in Linux? In Linux, different users have their own accounts. So, for a user, we need to create his/her account to give him/her access to …
Linux Groups
Linux Groups are the collection of some Linux users. As above the user, it gives common permissions to the user. Different users which belong to a group has same group …
Linux mount command
In Linux there is a hierarchical file system. We can mount additional child file systems uner this file system or we can mount a storage device with the help of …
9 Linux Commands For Linux Disk Usage
How to Check Linux Disk Space? Linux disk usage is one of the critical information for a Linux Administrator. A Linux admin generally use different commands to check Linux disk …
tcpdump For Linux
Tcpdump is an important tool used in Linux. We use this tool with linux tcpdump command. In this lesson, we will focus on this key Linux command and learn options …
Linux Create File: Linux touch Command
Linux Create File In Linux, sometimes we need to create files. To create a file in Linux, we use Linux touch command. In this Linux lesson, we will learn Linux …
Linux netcat
In this Linux lesson, we will focus on a Linux network utility which is also named as “Swiss army knife” of developers. Here, we will focus on linux netcat command. …
Remove Directory Linux Commands
We use files and directories in Linux as windows. We can create them, rename them or delete them according to our need. In this lesson, we will learn remove directory …
Deleting A File In Linux
We use files and directories too much in Linux. We can create files and directories, modify them or delete them during Linux administration. In this lesson, we will focus on …