Network Server: Determining Filesystem Usage

How can I determine how full filesystems are on an Apple Network Server?
Typing the following command in an AIX command shell will return the number of blocks, number of blocks free, and percent used in each mounted filesystem.

df -k

As a general rule of thumb, any filesystem more than 90% full should be expanded to avoid potential problems. A full filesystem can result in a server crash.
Published Date: Feb 18, 2012