How to Create a RamDisk on Linux – Step-by-Step
This tutorial will teach you how to create a ram disk on a Linux distribution and unmount it when needed. This lesson can be used to …
The Simplest Way to Terminate a Unix Screen Session
This tutorial shows how to terminate a Unix screen session. It can accomplish it most of the time by calling the exist command; however, the command …
Find All Files Containing a Specific Text on Linux or macOS
This short tutorial teaches you how to find all files containing a specific text on Linux or macOS using either the command find or grep. 1. …
The Easiest Way on How to Decompress Using gzip
This short tutorial teaches you the easiest way how to decompress a file using gzip — uncompressing a gz file will never be a problem again.
How to Copy a Directory in Linux
This short tutorial teaches the easiest way How to Copy a Directory in Linux – more explicitly using the command line.
Easy: Getting the Size of Directories and Subdirectories in Linux
This quick blog post demonstrates how to get the size of all directories within a directory or a specific directory in Linux – Unix. It also …