[root@linux06 ~]# crontab -e
*/5 * * * * /root/time_test.sh
------------------------------------------------
sed -i '/time_test/s/^/#/g' /var/spool/cron/root
-----------------------------------------------
[root@linux06 ~]# crontab -l
#*/5 * * * * /root/time_test.sh