source: trunk/minix/man/man1/df.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 1.8 KB
Line 
1.TH DF 1
2.SH NAME
3df \- report on free disk space
4.SH SYNOPSIS
5\fBdf\fP [\fB\-ikP\fP] [\fB\-t\fP \fItype\fP] [\fIfile\fP ...]
6.SH DESCRIPTION
7.B Df
8lists the amount of free space on the currently mounted devices (no arguments),
9or the devices given as arguments. If the argument is not a device then the
10device it resides on is listed.
11.SH OPTIONS
12Without options,
13.B df
14will give a listing like this:
15.sp
16.nf
17.if t .ft C
18Filesystem 1k-Blocks free used % FUsed% Mounted on
19/dev/c0d0p1s0 1440 635 805 56% 26% /
20/dev/c0d0p1s1 32768 32390 378 2% 1% /tmp
21/dev/c0d0p1s2 784657 517809 266848 35% 29% /usr
22.if t .ft R
23.fi
24.PP
25The
26.B \-i
27option shifts the focus to the files:
28.sp
29.nf
30.if t .ft C
31Filesystem Files free used % BUsed% Mounted on
32/dev/c0d0p1s0 1024 759 265 26% 56% /
33/dev/c0d0p1s1 5472 5468 4 1% 2% /tmp
34/dev/c0d0p1s2 65535 46734 18801 29% 35% /usr
35.if t .ft R
36.fi
37.PP
38Option
39.B \-P
40makes
41.B df
42use \s-2POSIX\s+2 defined output in 512 byte units:
43.sp
44.nf
45.if t .ft C
46Filesystem 512-blocks Used Available Capacity Mounted on
47/dev/c0d0p1s0 2880 1628 1252 57% /
48/dev/c0d0p1s1 65536 756 64780 2% /tmp
49/dev/c0d0p1s2 1569314 533748 1035566 35% /usr
50.if t .ft R
51.fi
52.PP
53With
54.B \-k
551024 byte units would be used.
56.PP
57The
58.B \-t
59option limits
60.BR df 's
61output to file systems of the given
62.IR type .
63.SH FILES
64.TP 15n
65.B /etc/mtab
66List of mounted file systems.
67.SH "SEE ALSO"
68.BR du (1),
69.BR fstab (5).
70.SH BUGS
71Default output should also be in 512 byte units says \s-2POSIX\s+2.
72.SH AUTHOR
73Kees J. Bot (kjb@cs.vu.nl)
74.\"
75.\" $PchId: df.1,v 1.5 1998/07/27 19:48:47 philip Exp $
Note: See TracBrowser for help on using the repository browser.