In this article, we will take a look at gdu an open-source disk usage analyzer for Linux, written in go. Gdu is inspired by godu, dua,ncdu, and df.| Gdu – A Pretty Fast Disk Usage Analyzer for Linux
Agedu is an open source tool (much like du command) that helps system administrators to track down wasted disk space used by old files and delete them to free up space.| Agedu – A Useful Tool for Tracking Down Wasted Disk Space in Linux
fdisk stands (for "fixed disk or format disk") is an most commonly used command-line based disk manipulation utility. This article explains 10 basic 'fdisk' commands.| 10 fdisk Commands to Manage Linux Disk Partitions
The 'df' command stands for "disk filesystem", it is used to get a full summary of available and used disk space usage of the file system on the Linux system.| 12 Linux ‘df’ Commands to Check Disk Space Usage
The “man” command is an interface to access the system’s reference manuals, also known as "man pages” which contain documentation for individual commands.| How to Use Man Pages Efficiently in Linux
This brief tutorial describes how to find the largest files, directories, and subdirectories disk usage in the Linux file system using the du and find command.| How to Find Most Used Disk Space Directories and Files in Linux