search

Home  >  Q&A  >  body text

python - How to execute this log.py file in Linux every day at 2 am

There is a log.py file in /data/log/

How to let him execute the log.py file at 2 am every day

linux ubuntu14.04

Or how to set the log.py file to be executed once every day at 2 am

迷茫迷茫2785 days ago847

reply all(4)I'll reply

  • 给我你的怀抱

    给我你的怀抱2017-05-16 13:36:32

    Can set up scheduled tasks: crontab -e编辑
    加入:0 2 * * * /data/log/log.py
    保证文件log.py的格式和权限正确,保证服务crondRun normally.

    reply
    0
  • 黄舟

    黄舟2017-05-16 13:36:32

    Use crontab
    Please refer to https://www.cyberciti.biz/faq...

    reply
    0
  • 迷茫

    迷茫2017-05-16 13:36:32

    There is a scheduled command crontab

    reply
    0
  • PHP中文网

    PHP中文网2017-05-16 13:36:32

    Baidu crontab

    reply
    0
  • Cancelreply