How to install cron

前端 未结 5 436
伪装坚强ぢ
伪装坚强ぢ 2020-12-14 01:21

I want to run PHP scripts automatically on a schedule. I learned about CRON recently. But I don\'t know how to install and use it.

I\'m using PHP, CSS, HTML, and ru

5条回答
  •  既然无缘
    2020-12-14 01:37

    Cron is so named "deamon" (same as service under Win).

    Most likely cron is already installed on your system (if it is a Linux/Unix system).

    Look here: http://www.comptechdoc.org/os/linux/startupman/linux_sucron.html

    or there http://en.wikipedia.org/wiki/Cron

    for more details.

提交回复
热议问题