Category: Unix

The webpage provides a range of Unix tutorials that cover different Unix commands and concepts. These tutorials are suitable for beginners who want to learn Unix basics, as well as experienced users who want to improve their Unix skills.

BioinformaticsUnix

How to Create a RamDisk on Linux – Step-by-Step

by:

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 …

Unix

The Simplest Way to Terminate a Unix Screen Session

by:

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 …

Unix

Find All Files Containing a Specific Text on Linux or macOS

by:

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. …

Unix

The Easiest Way on How to Decompress Using gzip

by:

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.

Unix

How to Copy a Directory in Linux

by:

This short tutorial teaches the easiest way How to Copy a Directory in Linux – more explicitly using the command line.

Unix

Easy: Getting the Size of Directories and Subdirectories in Linux

by:

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 …