我創建一個cron job
執行python
腳本,如果我通過終端執行無法執行cron作業
hello.py
a = 'a cron job was executed here'
text_file = open('output_hello.txt', 'w')
text_file.write(a)
text_file.close()
做工精細,我在Ubuntu 15.10。
我cron job
文件是:
* * * * * /usr/bin/python /home/rohit/hello.py
(excluding the #)
我在/var/spool/cron
root用戶和創建工作的問題是,它沒有執行該腳本。我不知道爲什麼。
我認爲你會因爲你的問題很糟糕而被低估。看看SO [markdown教程](http://stackoverflow.com/editing-help)。 –