df (disk free) command is used to display disk usage of the file system. By default df command shows the file system usage in 1K blocks for all the current mounted file system, if you want to display the output of df command in human readable format , use -h option like “df -h”...
df command in Linux provides disk space usage information of your file systems. Even if you already know about this command, probably one of the examples mentioned below might be new to you. A sample output from df command is as follows: $ df Filesystem 1K-blocks Used Available Use% Mount...
This shall not be confused with knowing how much space this folder is actually taking from the system, as this information will not be given by the ‘df’ command but by the ‘du’ (disk usage) command. Still, this df option will actually give you an idea of how much space you have ...
df command in linux df命令是Linux系统中一个非常常用的命令,用来显示文件系统的磁盘空间利用情况。通过df命令,我们可以查看当前系统中各个磁盘分区的使用情况,包括磁盘的总容量、已用容量、可用容量以及挂载点等信息。使用df命令可以帮助我们及时了解磁盘空间的使用情况,避免出现磁盘空间不足的情况。 在Linux系统中,磁盘...
[root@linux-world ~]# 2. df Command Output in Human Readable format. By default df command shows the file system usage in 1K blocks for all the current mounted file system, however if you want to display the output in human readable format ( e.g 5K , 500M & 5G ) then use -h op...
In this tutorial, we covered how to displays information on the utilization of the system using the df command in the Linux operating system with available options and suitable examples. ← list files/directories Linux data duplicator →
How To use df – Command Examples 1. Running df If we run the df command with no options, it will print out disk usage information for all mounted file systems. [root@centos7 ~]#dfFilesystem 1K-blocks Used Available Use% Mounted on ...
This article explains how to get the full information on Linux disk space usage with the help of the ‘df‘ command with their practical examples. So, you could better understand the usage of thedf commandin Linux. 1. Check Linux Disk Space Usage ...
This article will teach you to check disk space with the df command in Linux and how to use df command with multiple options in Linux/Unix.
The df Command Tutorial With Examples For Beginners In this guide, we are going to learn to usedfcommand. Thedfcommand, stands forDiskFree, reports file system disk space usage. It displays the amount of disk space available on the file system in a Linux system....