|
|
1.1 ! root 1: .TH DU 1 ! 2: .CT 1 sa_mortals ! 3: .SH NAME ! 4: du, df \- disk usage ! 5: .SH SYNOPSIS ! 6: .B du ! 7: [ ! 8: .B -s ! 9: ] ! 10: [ ! 11: .B -a ! 12: ] ! 13: [ ! 14: .I file ... ! 15: ] ! 16: .PP ! 17: .B df ! 18: [ ! 19: .B -i ! 20: ] ! 21: [ ! 22: .I special ... ! 23: ] ! 24: [ ! 25: .I file ... ! 26: ] ! 27: .SH DESCRIPTION ! 28: .I Du ! 29: gives the number of Kbytes allocated to data blocks ! 30: of named ! 31: .I files ! 32: and, recursively, of files in named directories. ! 33: If ! 34: .I name ! 35: is missing, ! 36: .L . ! 37: is used. ! 38: The count for a directory includes the counts of the ! 39: contained files and directories. ! 40: The options are ! 41: .PP ! 42: .TP ! 43: .B -s ! 44: Print only the grand total. ! 45: .TP ! 46: .B -a ! 47: Print a count ! 48: for every file in a directory. ! 49: Normally counts are printed only for contained directories. ! 50: .PP ! 51: A file which has two (hard) links to it is counted only once. ! 52: Symbolic links are neither counted nor followed. ! 53: .PP ! 54: .I Df ! 55: printsthe amount of free space on the file system ! 56: contained in ! 57: .IR special , ! 58: or on the file system in which the specified ! 59: .I file ! 60: is contained. ! 61: If no file system is specified, ! 62: the free space on all of ! 63: the currently mounted file systems ! 64: is printed. ! 65: .PP ! 66: The reported numbers are in Kbytes, ! 67: independently of the blocksize actually used on the file system. ! 68: The option is ! 69: .TP ! 70: .B -i ! 71: Report also on free and used inodes. ! 72: .SH EXAMPLES ! 73: .TP ! 74: .L ! 75: df . ! 76: .br ! 77: How much space is there where I'm working? ! 78: .SH FILES ! 79: .TF /etc/fstab ! 80: .TP ! 81: .F /etc/fstab ! 82: only for the root device ! 83: .TP ! 84: .F /etc/mtab ! 85: list of currently mounted file systems ! 86: .SH SEE\ ALSO ! 87: .IR quot (8), ! 88: .IR fstab (5), ! 89: .IR icheck (8) ! 90: .SH BUGS ! 91: In the absence of option ! 92: .B -a ! 93: non-directories given as arguments to ! 94: .I du ! 95: are not listed. ! 96: .br ! 97: If there are too many distinct linked files, ! 98: .I du ! 99: counts the excess files multiply. ! 100: .br ! 101: Unwritten holes in files count as if real data were present, ! 102: and indirect blocks are not counted.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.