News

Now, you know how to analyze and track the disk space usage in Linux using Ncdu. Ncdu is a quite fast utility to check which directories are occupying most in space in your Linux system. If you find ...
df – This reports the amount of disk space on a system; du – This shows the amount of space used by specific files; Each of the above are for different checks and can be combined if required. Below ...
In Linux, there are many commands to check disk usage, the most common being the df command. The df stands for “Disk Filesystem” in the command, which is a handy way to check the current disk usage ...
Exploring Linux Disk Usage with the du Command Often we might simply want to check how much room a file or directory is using. The du command is useful for this and works in a similar way to the ...
The first step to manage disk space on a Linux server is to check how much space is available and used on your disks and partitions. You can use the df command to display the disk space statistics ...
As a Linux user, it’s important to keep an eye on your disk space. When you are running low on disk space, it can slow down your system, cause errors, and even lead to data loss. It is always better ...
I want to show you how you can check for drive space using three different commands: df – reports the amount of disk space used on a file system; du – reports the amount of space used by ...
2.2K. Running out of disk space? It is time to find out which directories and files are occupying the most disk space. Fortunately, checking Linux disk space is made easier with Agedu utility. This ...