crontab tag

4 questions


1 answers
64 views
0
Ubuntu: Crontab syntax question.

Hi, everyone. You are about to use cron in Ubuntu version 16.04. The basic usage instructions are shown in ZetaWiki as below, so I was going to refer to them and use them.* * * * * * Commands to Perfo...

1 years ago

1 answers
118 views
0
Linux Python Run Results Live File Output

To save the result of python execution in crontab as a file and leave it as a log 1 */8 * * * python3 code.py >> ~/log.txtis in use, but when used in this way, it seems to be logged at once afte...

1 years ago

1 answers
101 views
0
Is there a way to add crontab in Python language in Ubuntu environment?

I want to change the cycle setting of crontab or executable setting flexibly using pythonIs it possible?

1 years ago

1 answers
53 views
0
When crontab execution is not normal on Ubuntu

$ sudo crontab -l37 * * * * source /home/jmkim/dms-bi/bi_venv/bin/activate && python /home/jmkim/dms-bi/run.py >> /home/jmkim/test.log 2>&1I registered it on crontab.However, the ...

1 years ago

© 2024 OneMinuteCode. All rights reserved.