On the internet, you will find plenty of tools forchecking disk space usagein Linux. However, Linux has a strong built-in utility called ‘df‘. 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 sys...
The easiest way to examine what's left for storage on your disk drive is theducommand. This command line utility estimates file space usage. Like all Linux tools,duis very powerful, but knowing how to use it for your particular needs is helpful. I always consult the man page for any uti...
Gdu: Disk usage checking in Linux terminal Gduis a tool written in Go (hence the ‘g’ in gdu). Gdu developer hasbenchmark teststo show that it is quite fast for disk usage checking, specifically on SSDs. In fact, gdu is intended primarily for SSDs though it can work for HDD as w...
DF command is a command-line tool that comes pre-installed in most Linux systems and has long been used to check Disk usage and available disk space. It supports several arguments that display specific Disk Usage information. The basic syntax is; df [options] [devices] For example; df df ...
Brief: duf is a terminal tool meant as an enhancement to the traditional “df” and “du” Linux commands. It lets you easily check for free disk space, sort the output, and present it in a user-friendly manner. duf: A Cross-Platform disk usage utility written in Golang ...
Two related commands that every system administrator runs frequently are df and du. While du reports files' and directories' disk usage, df reports how m...
Checking system disk usage is one of the main task for administrator to avoid further damage on system. Suggested Read : 3 Easy Ways To Get A Summary Of Disk Usage (Directory & Folders Size) In Linux du command stands for Disk Usage. It’s a standard Unix program which used to estimate...
Checking system disk usage is one of the main task for administrator to avoid further damage on system. Suggested Read :3 Easy Ways To Get A Summary Of Disk Usage (Directory & Folders Size) In Linux ducommand stands forDisk Usage. It’s a standard Unix program which used to estimate file...
Checking disk space in Linux using command-line 1.Starting simple withdfcommand dfstands for disk free, and it’s a nifty little command to get an overview of your system’s disk space usage. General syntax: df[OPTIONS]...[FILE]... ...
Popular tools include Baobab, DiskUsage, and Ncdu These tools can provide information on which directories and files are taking up the most space Here are some of the CLI tools which you can use to check disk space in Linux 1.dfcommand ...