
Tue Jul 21 2020
Find Large Files in Linux
This tutorial explains how to find the largest files and directories in Linux systems using find and du commands.
Read more

Wed Nov 13 2019
How to Get the Size of a Directory in Linux
The du command displays the amount of file space used by the specified files or directories.

Wed Aug 07 2019
Du Command in Linux
The du command, short for disk usage reports the estimated amount of disk space used by given files or directories. It is practically useful for finding files and directories taking up large amounts of disk space.