#! /bin/ksh
find . -name "*" -print | xargs /bsd43/bin/chown kelvin.nssg
find . -name "*" -print | xargs chmod 775
