for i in `chkconfig --list|grep "3:on"|awk '{print $1}' `; do echo $i; chkconfig $i off; echo $i "is off"; echo ""; sleep 1; done