linux du命令使用

本文详细介绍了Linux中du命令的用法,包括不同选项的含义和实际操作示例。du命令用于估算文件和目录的磁盘空间使用情况,通过选项如'-s'、'-h'等可以方便地查看总计或以人类可读的格式显示大小。在实际应用中,当系统磁盘空间不足时,可以使用du命令定位占用空间大的文件或目录,例如在案例中,通过du命令找到了logstash日志文件并进行清理,从而解决了磁盘空间问题。此外,还讨论了如何设置定时任务来自动清理旧日志,以保持磁盘空间的合理利用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

linux du命令使用

一、用法

DU(1) User Commands DU(1)
NAME
       du - estimate file space usage
SYNOPSIS
       du [OPTION]... [FILE]...
       du [OPTION]... --files0-from=F
DESCRIPTION
       Summarize disk usage of each FILE, recursively for directories.
       Mandatory arguments to long options are mandatory for short options too.
       -0, --null
              end each output line with 0 byte rather than newline
       -a, --all
              write counts for all files, not just directories
       --apparent-size
              print apparent sizes, rather than disk usage; although the apparent size is usually smaller,
              it may be larger due to holes in ('sparse') files, internal fragmentation, indirect blocks,
              and the like
       -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
       -b, --bytes
              equivalent to '--apparent-size --block-size=1'
       -c, --total
              produce a grand total
       -D, --dereference-args
              dereference only symlinks that are listed on the command line
       -

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值