linux:du和df区别


1. 概述

dudf 都是 Linux 系统中用于查看磁盘空间使用情况的命令,但它们的功能和用法有所不同。

2. du 命令

du 是 “disk usage” 的缩写,用于显示文件或目录的磁盘使用情况。du 命令用于查看指定文件或目录的磁盘空间使用情况,可以递归地查看目录下所有文件和子目录的大小。

详细用法查看这里

du [OPTION]... [FILE]...

常用OPTION

  • -h:以人类可读的格式显示磁盘使用量,如 KB、MB、GB 等。
  • -s:显示指定目录的总大小,而不显示其子目录的大小。
  • -c:显示总计磁盘使用量。
  • -a:显示所有文件和目录的大小,包括隐藏文件。
  • -k-m-g:以 KB、MB、GB 等单位显示磁盘使用量。

在这里插入图片描述

2. df 命令

df 是 “disk free” 的缩写,用于显示文件系统的磁盘空间使用情况。df 命令用于查看系统中所有挂载的文件系统的磁盘空间使用情况,包括每个文件系统的总大小、已用空间、可用空间以及文件系统类型等信息。

df [OPTION]... [FILE]...

[OPTION]:
  -a, --all             include pseudo, duplicate, inaccessible file systems
  -B, --block-size=SIZE  scale sizes by SIZE before printing them; e.g.,
                           '-BM' prints sizes in units of 1,048,576 bytes;
                           see SIZE format below
  -h, --human-readable  print sizes in powers of 1024 (e.g., 1023M)
  -H, --si              print sizes in powers of 1000 (e.g., 1.1G)
  -i, --inodes          list inode information instead of block usage
  -k                    like --block-size=1K
  -l, --local           limit listing to local file systems
      --no-sync         do not invoke sync before getting usage info (default)
      --output[=FIELD_LIST]  use the output format defined by FIELD_LIST,
                               or print all fields if FIELD_LIST is omitted.
  -P, --portability     use the POSIX output format
      --sync            invoke sync before getting usage info
      --total           elide all entries insignificant to available space,
                          and produce a grand total
  -t, --type=TYPE       limit listing to file systems of type TYPE
  -T, --print-type      print file system type
  -x, --exclude-type=TYPE   limit listing to file systems not of type TYPE
  -v                    (ignored)
      --help     display this help and exit
      --version  output version information and exit

常用OPTION

  • -h:以人类可读的格式显示磁盘空间信息,如 KB、MB、GB 等。
  • -T:显示文件系统类型。
  • -t:仅显示指定类型的文件系统,如 ext4、tmpfs 等。
  • -i:显示 inode 的使用情况。

在这里插入图片描述

3. 区别总结

dudf 是两个不同的命令,用于查看不同层次的磁盘空间使用情况。

  • du 用于查看指定文件或目录的磁盘使用情况,而 df 用于查看系统中所有挂载的文件系统的磁盘空间使用情况。
  • du 只显示指定文件或目录的大小,而 df 显示文件系统的总大小、已用空间、可用空间等信息。
  • du 是针对文件或目录的,而 df 是针对文件系统的。
  • 15
    点赞
  • 24
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

SmallerFL

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值