Most Useful Linux Ping Command (Ping Utility) With Examples

Most Useful Linux Ping Command (Ping Utility) With Examples

In this article, we are going to learn how to use the Linux ping command also known as ping utility. PING stands for Packet Internet Network Groper is a network-related tool used to check network connectivity between two systems with the help of IP Address or Hostname, for example between two servers or two clients or between any … Read more

Best Linux cat Command With Examples

Best Linux Cat Command With Examples

In this article, we are going to learn how to use the Linux cat command. cat stands for Concatenate. the cat command is a file management command in Linux used to display the content of the file, create a file, edit a file, and many more. It is one of the most frequently used basic … Read more

Best Linux Shutdown Command With Examples

Best Linux Shutdown Command With Examples

In this article, we are going to learn the Linux shutdown command with examples. the shutdown command is used to Halt/Shutdown, Reboot the Linux Operating System. Follow the below Linux shutdown command with Examples: To Shutdown a Linux operating system use the shutdown command with argument -h. Here I am using the word ‘now‘ to … Read more

Best Linux ifconfig Command With Examples

Best Linux Ifconfig Command With Examples

In this article, we are going to discuss on Linux ifconfig command. Ifconfig is a simple command-line utility in Linux used to check and configure network interfaces. Hence the full form of ifconfig is Interface Configuration. By using this command you can get network information like IP Address (both IPV4 & IPV6), Physical Address (MAC … Read more

Useful Linux Fdisk Command With Examples – A Linux Disk Partition Tool

Useful Linux Fdisk Command With Examples – A Linux Disk Partition Tool

In this section, we are going to learn how to use Linux Fdisk command. Linux fdisk command is also known as Fixed Disk is a very powerful command is used for disk partition. fdisk was first introduced by IBM in the year 1983. Let’s have a look at some very useful and important Linux fdisk … Read more

Best Linux Grep Command Examples

Best Linux Grep Command Examples

In this article, we are going to learn how to use Linux grep command in Linux. GREP stands for Global Regular Expression Print. Linux grep command is used to search in Linux and Unix. Here we are going to learn some very important and useful Linux Grep command examples. Best Linux Grep Command Examples: Syntax to Use grep … Read more

How to Mount and Unmount Linux File System

How to mount and unmount Linux file system

In this article we are going to learn How to mount and unmount Linux file system. In Linux operating system after create a fresh partition we have to format that partition with some file system eg: ext2, ext3, ext4 and so on and then Mount that file system (Partition) on a directory to use that partition and … Read more

Bash shell command line Chaining Operators (Linux operator) With Examples

Bash shell command line Chaining Operators (Linux operator) With Examples

In this article, I will explain to you 6 Bash shell command line Chaining Operators (Linux operator). Now let’s discuss what is chaining operator. A chaining operator is something that helps to run multiple commands at once like we execute a script and the task completes automatically. Usually, people use Bash shell command line Chaining … Read more