
Sep 5, 2019
How to Remove (Delete) Symbolic Links in Linux
A symbolic link, also known as a symlink, is a special type of file that points to another file or directory. In this guide, we will show you how to remove (delete) symbolic links in Linux/UNIX systems.
Read more

Sep 1, 2019
Rm Command in Linux
rm is a command-line utility for removing files and directories. It is one of the essential commands that every Linux user should be familiar with.

Aug 6, 2019
How to Remove (Delete) Directory in Linux
There are several different ways to remove directories in Linux systems. In this article, we will explain how to delete directories using the rmdir, rm, and find commands.

Oct 1, 2018
How to Remove Files and Directories Using Linux Command Line
This tutorial, will show you how to use the rm command to remove files and directories through examples and explanations of the most common rm options.