
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

Aug 29, 2019
Unlink Command in Linux (Remove File)
In this article, we will show you how to remove a file in GNU/Linux systems using the unlink command.

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.