我正在尝试通过 Ubuntu 中的 Cron 创建一个 .txt 文件,但没有出现任何错误,也没有创建文件。我正在使用以下命令编辑或存档 /etc 中的文件命令线:
'* * * * * cd /home/appi9-02/Documentos && touch newFile.txt'
我已经尝试过了:
'* * * * * cd /home/appi9-02/Documentos && touch newFile.txt'
编辑后,我使用以下命令保存并重新启动 cron:sudo service cron restart。
很长时间过去了但文件仍未创建。