<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fdu</id>
	<title>Comandos de la terminal/du - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fdu"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/du&amp;action=history"/>
	<updated>2026-04-27T23:18:49Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/du&amp;diff=5331&amp;oldid=prev</id>
		<title>Rrc en 03:06 28 mar 2014</title>
		<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/du&amp;diff=5331&amp;oldid=prev"/>
		<updated>2014-03-28T03:06:20Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
* [[:#du | du]]&lt;br /&gt;
&lt;br /&gt;
== du ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ du --help&lt;br /&gt;
Usage: du [OPTION]... [FILE]...&lt;br /&gt;
  or:  du [OPTION]... --files0-from=F&lt;br /&gt;
Summarize disk usage of each FILE, recursively for directories.&lt;br /&gt;
&lt;br /&gt;
Mandatory arguments to long options are mandatory for short options too.&lt;br /&gt;
  -0, --null            end each output line with 0 byte rather than newline&lt;br /&gt;
  -a, --all             write counts for all files, not just directories&lt;br /&gt;
      --apparent-size   print apparent sizes, rather than disk usage; although&lt;br /&gt;
                          the apparent size is usually smaller, it may be&lt;br /&gt;
                          larger due to holes in (&amp;#039;sparse&amp;#039;) files, internal&lt;br /&gt;
                          fragmentation, indirect blocks, and the like&lt;br /&gt;
  -B, --block-size=SIZE  scale sizes by SIZE before printing them.  E.g.,&lt;br /&gt;
                           &amp;#039;-BM&amp;#039; prints sizes in units of 1,048,576 bytes.&lt;br /&gt;
                           See SIZE format below.&lt;br /&gt;
  -b, --bytes           equivalent to &amp;#039;--apparent-size --block-size=1&amp;#039;&lt;br /&gt;
  -c, --total           produce a grand total&lt;br /&gt;
  -D, --dereference-args  dereference only symlinks that are listed on the&lt;br /&gt;
                          command line&lt;br /&gt;
  -d, --max-depth=N     print the total for a directory (or file, with --all)&lt;br /&gt;
                          only if it is N or fewer levels below the command&lt;br /&gt;
                          line argument;  --max-depth=0 is the same as&lt;br /&gt;
                          --summarize&lt;br /&gt;
      --files0-from=F   summarize disk usage of the NUL-terminated file&lt;br /&gt;
                          names specified in file F;&lt;br /&gt;
                          If F is - then read names from standard input&lt;br /&gt;
  -H                    equivalent to --dereference-args (-D)&lt;br /&gt;
  -h, --human-readable  print sizes in human readable format (e.g., 1K 234M 2G)&lt;br /&gt;
  -k                    like --block-size=1K&lt;br /&gt;
  -L, --dereference     dereference all symbolic links&lt;br /&gt;
  -l, --count-links     count sizes many times if hard linked&lt;br /&gt;
  -m                    like --block-size=1M&lt;br /&gt;
  -P, --no-dereference  don&amp;#039;t follow any symbolic links (this is the default)&lt;br /&gt;
  -S, --separate-dirs   do not include size of subdirectories&lt;br /&gt;
      --si              like -h, but use powers of 1000 not 1024&lt;br /&gt;
  -s, --summarize       display only a total for each argument&lt;br /&gt;
  -t, --threshold=SIZE  exclude entries smaller than SIZE if positive,&lt;br /&gt;
                          or entries greater than SIZE if negative&lt;br /&gt;
      --time            show time of the last modification of any file in the&lt;br /&gt;
                          directory, or any of its subdirectories&lt;br /&gt;
      --time=WORD       show time as WORD instead of modification time:&lt;br /&gt;
                          atime, access, use, ctime or status&lt;br /&gt;
      --time-style=STYLE  show times using style STYLE:&lt;br /&gt;
                          full-iso, long-iso, iso, +FORMAT&lt;br /&gt;
                          FORMAT is interpreted like &amp;#039;date&amp;#039;&lt;br /&gt;
  -X, --exclude-from=FILE  exclude files that match any pattern in FILE&lt;br /&gt;
      --exclude=PATTERN    exclude files that match PATTERN&lt;br /&gt;
  -x, --one-file-system    skip directories on different file systems&lt;br /&gt;
      --help     display this help and exit&lt;br /&gt;
      --version  output version information and exit&lt;br /&gt;
&lt;br /&gt;
Display values are in units of the first available SIZE from --block-size,&lt;br /&gt;
and the DU_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables.&lt;br /&gt;
Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set).&lt;br /&gt;
&lt;br /&gt;
SIZE is an integer and optional unit (example: 10M is 10*1024*1024).  Units&lt;br /&gt;
are K, M, G, T, P, E, Z, Y (powers of 1024) or KB, MB, ... (powers of 1000).&lt;br /&gt;
&lt;br /&gt;
Report du bugs to bug-coreutils@gnu.org&lt;br /&gt;
GNU coreutils home page: &amp;lt;http://www.gnu.org/software/coreutils/&amp;gt;&lt;br /&gt;
General help using GNU software: &amp;lt;http://www.gnu.org/gethelp/&amp;gt;&lt;br /&gt;
For complete documentation, run: info coreutils &amp;#039;du invocation&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ du --version&lt;br /&gt;
du (GNU coreutils) 8.21&lt;br /&gt;
Copyright (C) 2013 Free Software Foundation, Inc.&lt;br /&gt;
License GPLv3+: GNU GPL version 3 or later &amp;lt;http://gnu.org/licenses/gpl.html&amp;gt;.&lt;br /&gt;
This is free software: you are free to change and redistribute it.&lt;br /&gt;
There is NO WARRANTY, to the extent permitted by law.&lt;br /&gt;
&lt;br /&gt;
Written by Torbjörn Granlund, David MacKenzie, Paul Eggert,&lt;br /&gt;
and Jim Meyering.&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ alias du&lt;br /&gt;
alias du=&amp;#039;du -h&amp;#039;&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ unalias du&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ alias du&lt;br /&gt;
bash: alias: du: not found&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ du /var/www/html/richard&lt;br /&gt;
12	/var/www/html/richard/images&lt;br /&gt;
76	/var/www/html/richard&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ alias du=&amp;#039;du -h&amp;#039;&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ alias du&lt;br /&gt;
alias du=&amp;#039;du -h&amp;#039;&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ du /var/www/html/richard&lt;br /&gt;
12K	/var/www/html/richard/images&lt;br /&gt;
76K	/var/www/html/richard&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ du -a /var/www/html/richard&lt;br /&gt;
8.0K	/var/www/html/richard/RichardSleeve.html&lt;br /&gt;
4.0K	/var/www/html/richard/evolution.html&lt;br /&gt;
16K	/var/www/html/richard/index.html&lt;br /&gt;
4.0K	/var/www/html/richard/images/valid-xhtml10.png&lt;br /&gt;
4.0K	/var/www/html/richard/images/valid-xhtml11.png&lt;br /&gt;
12K	/var/www/html/richard/images&lt;br /&gt;
8.0K	/var/www/html/richard/RichardSleeve.es.html&lt;br /&gt;
4.0K	/var/www/html/richard/robots.txt&lt;br /&gt;
16K	/var/www/html/richard/index.es.html&lt;br /&gt;
4.0K	/var/www/html/richard/evolution.es.html&lt;br /&gt;
76K	/var/www/html/richard&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ du -ac /var/www/html/richard&lt;br /&gt;
8.0K	/var/www/html/richard/RichardSleeve.html&lt;br /&gt;
4.0K	/var/www/html/richard/evolution.html&lt;br /&gt;
16K	/var/www/html/richard/index.html&lt;br /&gt;
4.0K	/var/www/html/richard/images/valid-xhtml10.png&lt;br /&gt;
4.0K	/var/www/html/richard/images/valid-xhtml11.png&lt;br /&gt;
12K	/var/www/html/richard/images&lt;br /&gt;
8.0K	/var/www/html/richard/RichardSleeve.es.html&lt;br /&gt;
4.0K	/var/www/html/richard/robots.txt&lt;br /&gt;
16K	/var/www/html/richard/index.es.html&lt;br /&gt;
4.0K	/var/www/html/richard/evolution.es.html&lt;br /&gt;
76K	/var/www/html/richard&lt;br /&gt;
76K	total&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ~]$ du ComandosDeLaTerminal/&lt;br /&gt;
4.0K	ComandosDeLaTerminal/C1/C2/C3/C4/C5/C6&lt;br /&gt;
8.0K	ComandosDeLaTerminal/C1/C2/C3/C4/C5&lt;br /&gt;
12K	ComandosDeLaTerminal/C1/C2/C3/C4&lt;br /&gt;
16K	ComandosDeLaTerminal/C1/C2/C3&lt;br /&gt;
20K	ComandosDeLaTerminal/C1/C2&lt;br /&gt;
24K	ComandosDeLaTerminal/C1&lt;br /&gt;
4.0K	ComandosDeLaTerminal/Carpeta2&lt;br /&gt;
44K	ComandosDeLaTerminal/Paginas&lt;br /&gt;
4.0K	ComandosDeLaTerminal/DelMe2&lt;br /&gt;
4.0K	ComandosDeLaTerminal/DelMe&lt;br /&gt;
8.0K	ComandosDeLaTerminal/Bin&lt;br /&gt;
4.0K	ComandosDeLaTerminal/C11/C12/C13&lt;br /&gt;
8.0K	ComandosDeLaTerminal/C11/C12&lt;br /&gt;
12K	ComandosDeLaTerminal/C11&lt;br /&gt;
20M	ComandosDeLaTerminal/&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ~]$ du -d 1 ComandosDeLaTerminal/&lt;br /&gt;
24K	ComandosDeLaTerminal/C1&lt;br /&gt;
4.0K	ComandosDeLaTerminal/Carpeta2&lt;br /&gt;
44K	ComandosDeLaTerminal/Paginas&lt;br /&gt;
4.0K	ComandosDeLaTerminal/DelMe2&lt;br /&gt;
4.0K	ComandosDeLaTerminal/DelMe&lt;br /&gt;
8.0K	ComandosDeLaTerminal/Bin&lt;br /&gt;
12K	ComandosDeLaTerminal/C11&lt;br /&gt;
20M	ComandosDeLaTerminal/&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ~]$ du -d 2 ComandosDeLaTerminal/&lt;br /&gt;
20K	ComandosDeLaTerminal/C1/C2&lt;br /&gt;
24K	ComandosDeLaTerminal/C1&lt;br /&gt;
4.0K	ComandosDeLaTerminal/Carpeta2&lt;br /&gt;
44K	ComandosDeLaTerminal/Paginas&lt;br /&gt;
4.0K	ComandosDeLaTerminal/DelMe2&lt;br /&gt;
4.0K	ComandosDeLaTerminal/DelMe&lt;br /&gt;
8.0K	ComandosDeLaTerminal/Bin&lt;br /&gt;
8.0K	ComandosDeLaTerminal/C11/C12&lt;br /&gt;
12K	ComandosDeLaTerminal/C11&lt;br /&gt;
20M	ComandosDeLaTerminal/&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ~]$ du -a --time /var/www/html/richard&lt;br /&gt;
8.0K	2008-06-25 21:26	/var/www/html/richard/RichardSleeve.html&lt;br /&gt;
4.0K	2008-06-25 21:15	/var/www/html/richard/evolution.html&lt;br /&gt;
16K	2008-06-25 22:09	/var/www/html/richard/index.html&lt;br /&gt;
4.0K	2008-07-08 18:53	/var/www/html/richard/images/valid-xhtml10.png&lt;br /&gt;
4.0K	2008-06-22 13:30	/var/www/html/richard/images/valid-xhtml11.png&lt;br /&gt;
12K	2008-07-08 18:53	/var/www/html/richard/images&lt;br /&gt;
8.0K	2008-06-25 21:27	/var/www/html/richard/RichardSleeve.es.html&lt;br /&gt;
4.0K	2013-06-20 12:52	/var/www/html/richard/robots.txt&lt;br /&gt;
16K	2008-07-10 09:03	/var/www/html/richard/index.es.html&lt;br /&gt;
4.0K	2008-06-25 21:20	/var/www/html/richard/evolution.es.html&lt;br /&gt;
76K	2013-06-20 12:52	/var/www/html/richard&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ~]$ du -a --time --exclude=&amp;quot;*es*&amp;quot; /var/www/html/richard&lt;br /&gt;
8.0K	2008-06-25 21:26	/var/www/html/richard/RichardSleeve.html&lt;br /&gt;
4.0K	2008-06-25 21:15	/var/www/html/richard/evolution.html&lt;br /&gt;
16K	2008-06-25 22:09	/var/www/html/richard/index.html&lt;br /&gt;
4.0K	2013-06-20 12:52	/var/www/html/richard/robots.txt&lt;br /&gt;
36K	2013-06-20 12:52	/var/www/html/richard&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Comandos de la terminal]]&lt;/div&gt;</summary>
		<author><name>Rrc</name></author>
		
	</entry>
</feed>