`

每天一个linux命令系列——DU

 
阅读更多

Usage: du [OPTION]... [FILE]...

  or:  du [OPTION]... --files0-from=F

Summarize disk usage of each FILE, recursively for directories.

 

Mandatory arguments to long options are mandatory for short options too.

  -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  use SIZE-byte blocks

  -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

      --files0-from=F   summarize disk usage of the NUL-terminated file

                          names specified in file F;

                          If F is - then read names from standard input

  -H                    equivalent to --dereference-args (-D)

  -h, --human-readable  print sizes in human readable format (e.g., 1K 234M 2G)

      --si              like -h, but use powers of 1000 not 1024

  -k                    like --block-size=1K

  -l, --count-links     count sizes many times if hard linked

  -m                    like --block-size=1M

  -L, --dereference     dereference all symbolic links

  -P, --no-dereference  don't follow any symbolic links (this is the default)

  -0, --null            end each output line with 0 byte rather than newline

  -S, --separate-dirs   do not include size of subdirectories

  -s, --summarize       display only a total for each argument

  -x, --one-file-system    skip directories on different file systems

  -X, --exclude-from=FILE  exclude files that match any pattern in FILE

      --exclude=PATTERN    exclude files that match PATTERN

      --max-depth=N     print the total for a directory (or file, with --all)

                          only if it is N or fewer levels below the command

                          line argument;  --max-depth=0 is the same as

                          --summarize

      --time            show time of the last modification of any file in the

                          directory, or any of its subdirectories

      --time=WORD       show time as WORD instead of modification time:

                          atime, access, use, ctime or status

      --time-style=STYLE  show times using style STYLE:

                          full-iso, long-iso, iso, +FORMAT

                          FORMAT is interpreted like `date'

      --help     display this help and exit

      --version  output version information and exit

 

Display values are in units of the first available SIZE from --block-size,

and the DU_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables.

Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set).

 

SIZE may be (or may be an integer optionally followed by) one of following:

KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y.

 

Report du bugs to bug-coreutils@gnu.org

GNU coreutils home page: <http://www.gnu.org/software/coreutils/>

General help using GNU software: <http://www.gnu.org/gethelp/>

For complete documentation, run: info coreutils 'du invocation'

分享到:
评论

相关推荐

    《linux常用命令全集》——精通linux常用命令的宝典

    《Linux常用命令全集》是一本详细介绍了Linux命令的宝典,旨在帮助用户理解和运用这些命令,从而更好地驾驭Linux系统。下面我们将深入探讨一些重要的Linux命令。 1. **ls**:列出目录内容。`ls`命令是最基本的命令...

    实验三Linux——基本命令.docx

    在 Linux 中,创建目录可以使用 mkdir 命令,例如输入 mkdir test 可以创建一个名为 test 的目录。利用 touch 命令可以创建一个新的空文件,例如输入 touch newfile 可以创建一个名为 newfile 的空文件。 cp 命令...

    Linux学习——命令.pptx

    以下是一些基础的Linux命令及其用法: 1. **`ls`**:列出目录内容。`ls -a`会显示所有文件,包括隐藏文件(以`.`开头的文件)。`ls -l`会以详细模式显示,包括文件的权限、所有者、大小等信息。 2. **`mkdir`**:...

    linux必学的60个命令

    首先,让我们从“Linux必学的60个命令(一)——安装和登录命令”开始。这部分主要讲解了如何安装Linux系统,如Ubuntu或CentOS的`apt-get`和`yum`命令,以及如何通过`ssh`命令远程登录到Linux服务器。另外,还会介绍...

    linux命令(一)

    本篇文章将深入探讨“Linux命令(一)”这一主题,详细讲解一系列基础及进阶的Linux命令,以及它们的参数用法。 首先,让我们从最基本的命令开始——`ls`,用于列出目录内容。通过添加不同参数,如`-l`显示详细信息...

    华为内部学习资料——Linux常用命令及基础知识介绍

    大多数Linux命令都支持`--help`选项来显示命令的帮助信息。这种方式通常比`man`命令提供的信息更简洁,更适合快速查阅。 #### 二、文件操作 文件操作是Linux中最基础也是最常用的操作之一,主要包括目录操作、文件...

    Linux命令速查手册珍藏版

    本手册——"Linux命令速查手册珍藏版"——是Linux学习者和运维人员的必备参考资料,它涵盖了Linux系统中的常用命令及其用法,旨在帮助用户快速查找并理解命令的功能。 手册可能包括以下几个方面的重要知识点: 1. ...

    linux.doc操作命令

    例如,`mv file1 file2`会将file1重命名为file2,或者如果file2是一个目录,file1会被移动到file2目录内。 3. **其他常用命令**: - 创建与删除目录:`mkdir`和`rm -r`分别用于创建和删除目录。 - 文本处理命令:...

    LINUX命令《磁盘维护》

    这份资源包含了一个关于"Linux命令——磁盘维护"的TXT文本文件,它涵盖了Linux环境中用于监控、维护和优化磁盘的常用命令。以下是这些命令的详细介绍: 1. **df**:这个命令用于查看磁盘空间的使用情况,包括总空间...

    Linux常用命令大全及示例-超全.pdf

    随着Linux系统的广泛应用,熟练掌握其命令成为了每一个用户的基本技能。《Linux常用命令大全及示例》文档是一份非常全面且实用的学习资料,它不仅适合Linux初学者作为入门指南,同时也对有一定经验的用户起到很好的...

    Linux常用的命令

    本文将详细解析"Linux常用的命令"这一主题,基于提供的资源——一个名为"linux常用命令.ppt"的压缩包文件,我们将探讨一系列在Linux环境中不可或缺的命令,这些命令对于日常操作至关重要。 首先,让我们从基础开始...

    搭建Linux测试环境复习资料.doc

    Linux 目录结构采用树状结构,所有的目录和文件数据组织为一棵树状的目录结构,所有的分区、目录、文件等都具有一个相同的位置起点——“根目录”。 五、Linux 命令 Linux 命令可以分为内部命令和外部命令两类,...

    linux常用命令.pdf

    ### Linux常用命令详解 #### 一、查看命令位置与Python环境 在Linux环境中,了解当前使用的命令路径对于环境切换尤其重要。以下两个命令可以帮助我们快速定位到特定命令的位置。 1. **`which`命令** - **用途**:...

    AIX、HP、linux操作系统命令汇总.rar_AIX、HP、linux操作系统命令汇总_linux操作系统_silence7

    文档"AIX、HP、linux操作系统命令汇总.docx"提供了一个综合性的命令集合,帮助用户理解和掌握这些系统的精髓。 首先,AIX(Advanced Interactive eXecutive)是IBM开发的一种UNIX变体,尤其适用于大型企业和关键...

    Linux系列教程,LinuxSir

    通过《LinuxSir》系列教程的学习,不仅可以对Linux系统有一个全面的认识,还能掌握日常使用和管理Linux系统的基本技能。这个教程系列分为多个部分,如“linuxsir_1.chm”、“linuxsir_0.chm”和“linuxsir_2.chm”,...

    Linux基础课件查看磁盘容量df命令共9页.pdf.zi

    本课件“Linux基础课件查看磁盘容量df命令共9页”将深入讲解一个非常实用的命令——df,用于查看系统中各个挂载点的磁盘空间使用情况。通过学习这份资料,你可以了解如何有效地监控和管理Linux系统的存储资源。 df...

    linux命令参考

    ### Linux命令参考:掌握核心操作技能 #### 文件命令——文件与目录管理的基石 Linux作为一款功能强大的操作系统,其文件命令是用户日常操作中最频繁使用的工具之一。通过这些命令,用户可以轻松地浏览、创建、...

    一个学霸的Linux Shell编程秘籍

    - **标题**:“一个学霸的Linux Shell编程秘籍” - 解析:本文档旨在通过深入浅出的方式介绍一系列Linux Shell编程技巧,适用于希望成为Linux高手的学习者。通过掌握这些技巧,用户能够更加高效地管理与操作Linux...

Global site tag (gtag.js) - Google Analytics