This is what my crontab looks like:
* * * * * /bin/sh /home/rathindu/assignment/test.sh
The test.sh file:
#!/bin/sh
mkdir new
The script is not running. But if I just open the terminal and invoke the script without using crontab it works perfectly.
When I inspect the CRON syslog
CRON[6909]: (CRON) info (No MTA installed, discarding output
This is what I get.