I created a script and executed crontab -e which I understand edits the crontab file for the user that is currently active. However, the script did not execute.
Here is an output of the crontab file:
0,30 * * * * /export/home/ahupper/loggedin.sh > /dev/null 2>&1
This should run the file loggedin.sh every 1/2 hour correct?
Is there something I need to do to activate the crontab for this user?
- Stinney
Favorite all too common vendor responses: "We've never seen this issue before." AND "No one's ever wanted to use it like that before.
Here is an output of the crontab file:
0,30 * * * * /export/home/ahupper/loggedin.sh > /dev/null 2>&1
This should run the file loggedin.sh every 1/2 hour correct?
Is there something I need to do to activate the crontab for this user?
- Stinney
Favorite all too common vendor responses: "We've never seen this issue before." AND "No one's ever wanted to use it like that before.