In this guide, we will learn about the head command using some practical examples to work with text files efficiently from the command line interface.| How to Use ‘head’ Command in Linux [8 Useful Examples]
Learn how to find and delete duplicate files in Linux using rdfind, fdupes, and rmlint command line tools, as well as using GUI tools DupeGuru and FSlint.| 5 Best Tools to Find and Remove Duplicate Files in Linux
In this article, we will see how to create, copy, move, and delete filenames that start with spaces and special characters (say #, *, &, =, etc.) in Linux.| The Ultimate Guide to Handling Filenames with Special Characters in Linux
The gzip command uses a deflate algorithm which is a lossless data compression that creates smaller file sizes to make file transfer much faster in Linux.| 13 Practical Examples of Using the Gzip Command in Linux
In this guide, we’ll focus on the cp command and show you how to force it to overwrite files without asking for confirmation on Linux.| How to Force cp Command to Overwrite Without Confirmation in Linux
In this article, we will explain to you how to restrict SSH user access to a specific directory using chrooted jail in Linux systems.| How to Restrict SSH User Access to Certain Directory Using Chrooted Jail
In this easy-to-understand guide, we will learn the basics of the mv command to rename or move files and directories in Linux.| How to Use “mv” Command in Linux [9 Useful Examples]
Pv is a terminal-based tool that allows you to monitor the progress of data such as coping/moving/backing up files that are being sent through a pipe.| How to Monitor Progress of (Copy/Backup/Compress) Data using ‘pv’ Command
Advanced-Copy is a command line program that is very much similar, but a little modified version of the original cp and mv command with a progress bar.| Advanced Copy Command – Shows Progress Bar While Copying/Moving Files in Linux
The one I will discuss in this article is SSH, a secure remote protocol which is used to work remotely on other machines or transfer data between computers.| How to Install OpenSSH Server In Linux
SCP stands for secure copy command and is used to copy files/folders between servers in a secure way. This article shows 10 scp commands with practice examples.| 10 SCP Commands to Transfer Files/Folders in Linux