#!/bin/bash
################################################################################
# Name: /IBM/bin/IBMdf
# Purpose: Workaround for "df" and "mount" command problems because of having
#          specific machine mtab files linked to /tmp/mtab
################################################################################

# Call the df command the user really wanted
/bin/df $*

