I tried again just now (to be 100% sure) and its still not working, I just created a simple shell script like this:
Code:
#!/bin/bash
ls > output.txt
, called that "crontest.sh" , set the execute bits, and added the following entry to the crontab:
Code:
* * * * * /var/crontest.sh
<newline>
Didn`t run. I tried the exact same thing under /root and it ran no probs. Im using Redhat 9. Im stumped