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


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



