#!/bin/bash
#
# Usage:
#   startCRONandSSH
#
# Where:
#   password the new root password to be set
#
#ENDUSAGE


/etc/rc.d/init.d/crond stop
/etc/rc.d/init.d/sshd stop
#sbin/service sshd stop




