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...
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”...
SIZE是一个整数和可选单位(例如:10M是10 * 1024 * 1024)。 单位是K,M,G,T,P,E,Z,Y(1024的幂)或KB,MB,...(1000的幂)。 实例 查看系统磁盘设备,默认是KB为单位: [root@LinServ-1 ~]# df 文件系统 1K-块 已用 可用 已用% 挂载点 /dev/sda2 146294492 28244432 110498708 21% / /dev/sda1...
df command in linux df命令是Linux系统中一个非常常用的命令,用来显示文件系统的磁盘空间利用情况。通过df命令,我们可以查看当前系统中各个磁盘分区的使用情况,包括磁盘的总容量、已用容量、可用容量以及挂载点等信息。使用df命令可以帮助我们及时了解磁盘空间的使用情况,避免出现磁盘空间不足的情况。 在Linux系统中,磁盘...
df Command Examples It doesn’t matter if you are a system administrator or a regular desktop user, you must know how much disk space you have available or consumed in order to keep things properly rolling on your system. If you use desktop Linux this can be done through the regular file...
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 Linux tutorial explains how to use the Linux df command with syntax and arguments.NAME df - report file system disk space usage SYNOPSISdf [OPTION]... [FILE]... DESCRIPTION This manual page documents the GNU version of df. df displays the amount of disk space available on the ...
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 can be run by any user. Like many Linux commands, df uses the following structure: df [OPTION]... [FILE]... The df command primarily checks disk usage on a mounted filesystem. If you don't include a file name, the output shows the space available on all currently ...
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 ...