Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
3 user(s) are online (3 user(s) are browsing encyclopedia)

Members: 0
Guests: 3

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Du (Unix)

du (abbreviated from disk usage) is a Unix computer program to display the amount of disk space used under a particular directory or files on a file system.

du counts the disk space by walking the directory tree. As such, the amount of space on a file system shown by du may vary from that shown by df (Unix) if files have been deleted but their blocks not yet freed.

In Linux, it is a part of the GNU Coreutils package.

The du utility first appeared in version 1 of AT&T UNIX.

= Example =

The -k flag will show the sizes in 1K blocks, rather than the default of 512 byte blocks.

$du -k /seclog 4 /seclog/lost+found 132 /seclog/backup/aix7 136 /seclog/backup 44044 /seclog/temp 439264 /seclog

= External links =

  • [http://www.gnu.org/software/coreutils/manual/html_node/coreutils_85.html du section in the GNU coreutils manual]
  • [http://rootr.net/man/man/du/1 OpenBSD du man page @ rootr.net]