UNIX df command: Report number of free file system disk blocks

by on October 18, 2010· last updated at October 18, 2010

Fig.02: UNIX df command which displays information about total space and available space for NFS

The df command displays information about total space and available space on a file system. The FileSystem parameter specifies the name of the device on which the file system resides, the directory on which the file system is mounted, or the relative path name of a file system. Try it as follows:
df
df -k $HOME
df -k /tmp
df -m /path/to/dir

Read answer to: "Mac Os X: Mount NFS Share / Set an NFS Client"

Comments on this FAQ are closed. If you'd like to continue the discussion on this topic, you can do so at our forum.