I am trying to create a .txt file via Cron in Ubuntu, but I have no error errors nor is the file created. I am editing or archiving the file inside / etc with the following command line:
'* * * * * cd /home/appi9-02/Documentos && touch newFile.txt'
I already tried:
'* * * * * cd /home/appi9-02/Documentos && touch newFile.txt'
After editing I save and restart cron with the following command: sudo service cron restart.
A lot of time goes by and the file is not created.