DF.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. .TH DF 1
  2. .SH NAME
  3. df - report on free disk space and i-nodes
  4. .SH SYNOPSIS
  5. fBdf fIspecial ...fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH EXAMPLES
  18. .EX "df /dev/ram" "Report on free RAM disk space"
  19. .EX "df /dev/fd0 /dev/fd1" "Report on diskette space"
  20. .EX "df   " "Report on all mounted devices"
  21. .SH DESCRIPTION
  22. .PP
  23. The amount of disk space and number of i-nodes, both free and used is
  24. reported.
  25. If no argument is given, fIdffR reports on the root device and all mounted
  26. file systems.
  27. .SH "SEE ALSO"
  28. .BR du (1),
  29. .BR fstab (5).