DF.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- DF(1) Minix Programmer's Manual DF(1)
- NAME
- df - report on free disk space and i-nodes
- SYNOPSIS
- df special ...
- EXAMPLES
- df /dev/ram # Report on free RAM disk space
- df /dev/fd0 /dev/fd1
- # Report on diskette space
- df # Report on all mounted devices
- DESCRIPTION
- The amount of disk space and number of i-nodes, both free and used is
- reported. If no argument is given, df reports on the root device and all
- mounted file systems.
- SEE ALSO
- du(1), fstab(5).
- 1