#!/bin/sh echo "Content-type: text/plain" echo "" echo "All disk usage including directories in 512 byte blocks:" # set path at end of following for your home dir /usr/bin/du -s /usr/home/web/c/cgi-wiz echo "" echo "File quota in 1K blocks:" /usr/bin/quota