crontab命令詳解 如何用crontab每5分鐘執(zhí)行一次?
如何用crontab每5分鐘執(zhí)行一次?你好,計(jì)劃任務(wù):每一分鐘運(yùn)行一次echo"*****rootsh/root/test.sh">>/etc/crontab/etc/init.d/crond
如何用crontab每5分鐘執(zhí)行一次?
你好,
計(jì)劃任務(wù):每一分鐘運(yùn)行一次
echo"*****rootsh/root/test.sh">>/etc/crontab
/etc/init.d/crondrestart
如何用crontab每5分鐘執(zhí)行一次?
具體查看crontab參數(shù)說(shuō)明crontab -e*/5 * * * * $home/bin/command.sh