df.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行

1
60
字号


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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?