Category Linux

Understanding the tar Command in Linux

Linux Tar Comand

Windows has multiple GUI utilities for extracting and working with compressed files. In this tutorial, let’s understand the tar command in Linux which allows us to work with tar, gzip, and other archive files within Linux. What is the tar…

How to Use the sort Command in Linux

Sort Command

When you are dealing with large amounts of data, accomplishing tasks using the data becomes a tedious task. Your work is decreased significantly if your data is properly sorted. That’s exactly the job for the sort command. The sort command…

The Linux tr Command

Understanding Linux Tr Command

The Linux tr command helps a user to delete a set of characters or translate them to another character set. This is especially useful when you know a set of characters have to be replaced but the file size is…

How to Use The Linux top Command

How To Linux top Command

In this tutorial, we’ll learn how to use the Linux top command. Managing system resources is essential for a Linux system admin. You need to have control over processor tasks to use your hardware optimally. The Linux top command shows…

How to Use the nmap Command in Linux

Nmap Command In Linux

If you’re searching for a tutorial on the nmap Command in Linux, I’d love to first welcome you to the world of network security. Nmap utility which stands for Network Map is used to find open ports on a device…

How to change the timezone in Linux?

Timezone

In this tutorial, we will discuss how to change the timezone in Linux. There are two ways to set the timezone in Linux: Let’s discuss how to set the timezone through CLI Set timezone through CLI There are simple steps…

How to Use The cp Command in Linux

Cp Command In Linux

The cp command in Linux is used to copy files from one location to another or create duplicate copies of the same files as required. In this tutorial, we’ll go over the cp command in detail and understand the usage…

The wc Command in Linux

Wc Command In Linux

In this tutorial, we are going to discuss wc command in Linux. Basically, the wc command stands for Word-Count in Linux. ‘wc’ command is used to count the no. of lines, words, and characters in Linux. You just need to…

The curl command in Linux

Curl Command In Linux

In this tutorial, we are going to discuss curl command in Linux. Basically, the curl command is used to access and download files on a remote server. Since even HTML documents are files, the curl command can extract entire web…