
Jul 15, 2020
How to Count Files in Directory in Linux
In this article, we will show you several different ways to find the number of files in a directory in Linux.
Read more

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.

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.

Jan 8, 2019
Find Large Files in Linux
This tutorial explains how to find the largest files and directories in Linux systems using find and du commands.
Jun 13, 2018
Find Command in Linux (Find Files and Directories)
