USERID=`whoami`

if [ "$USERID" != "root" ]; then
	echo "Only root can use this script" 1>&2
	exit 1;
fi
