Mechcozmo said:No 'text.txt' after a minute however; not even after about 5 minutes.Code:1 * * * * touch /text.txt
Through this whole thread it seems that you are getting caught up by the difference between the environment that cron jobs run in and your standard user environment.
Try touching a file that does not require special permissions to touch. For example touch /tmp/text.txt