How to use the tree Command on Linux Thumbnail

How to use the tree Command on Linux

In this tutorial, we cover the basics of using the tree command on a Linux-based distribution. This command is excellent for viewing directory structures containing files. You can use options to view more information on each file and directory. Read More

How to use the cp Command Thumbnail

How to use the cp Command

In this guide, I go through some of the most common cp command uses on a Linux or Unix distribution. You will find the cp command incredibly useful for copying files from one location to another. Therefore, I highly recommend learning it. Read More

The mkdir Command on Linux Thumbnail

The mkdir Command on Linux

Learn how to use the mkdir command on a Linux operating system. This tool is used to create directories within the Linux filesystem. Within this guide, you will see all of the different ways to utilize mkdir. Read More

How to use the mv Command Thumbnail

How to use the mv Command

In this guide, we will show you how to use the mv command on a Linux-based distribution. The mv command is extremely useful for moving directories and files. You can also use options to have it display prompts before overwriting. Read More

How to use the who Command Thumbnail

How to use the who Command

Learn how to use the who command on Linux to see who is currently logged into your system. In addition, you can use options to see data such as the last boot time, how many users logged in, dead processes, and much more. Read More

How to use the unzip Command Thumbnail

How to use the unzip Command

In this tutorial, we will take you through using the unzip command so you can extract data from zip archive files. It is essential to understand how to use this command as many archive files are in zip format. Read More

Using the ping Command on Linux Thumbnail

Using the ping Command on Linux

In this tutorial, you will learn how to use the ping command on a Linux-based operating system. This utility helps test the stability of network connections by sending what is called an ICMP request to the specified destination. Read More

How to use the whereis Command Thumbnail

How to use the whereis Command

In this tutorial, we go through the steps to use the whereis command to find the source, manual, and binary files for certain commands. If you require a direct path to specific files for your next project, you will find this handy. Read More

Using the fg Command on Linux Thumbnail

Using the fg Command on Linux

In this guide, you will learn how to use the fg command on Linux. This tool is built-in to most shell systems to help manage background jobs. Using this utility, you can bring a job from the background to the foreground. Read More

How to use the zip Command Thumbnail

How to use the zip Command

In this tutorial, we show you how to use the zip command to archive and extract data. We also cover a few different options that you can use to alter the command's behavior. It is the perfect tool for handling zip archives. Read More

Using the pidof Command on Linux Thumbnail

Using the pidof Command on Linux

In this tutorial, you will learn how to use the pidof command on Linux. This utility allows you to get a process ID by only referencing a process name. Options allow you to refine further the results produced from this command. Read More