
Aug 7, 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.
Read more

Apr 3, 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.

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.