crontabの場所が分からなくて、以前記載した"del_1day"という文字だけを頼りに、find に探して貰った
sudo find ./ -type f -print |xargs grep 'del_1day'
以外なところにあった。
/etc/crontab
ただ、cronでは、最低周期が1時間なので、今回のケース(1分ごとに回す)には使えそうにない→他の方法を探す
上記は間違い。以下でいける
*/1 * * * * ebata /home/ebata/video/monitor.sh > /home/ebata/video/monitor.html