Category Archives: solaris

Cron Job

Cron Job * Don’t forget to set env when calling shell script from cron job. # Create/edit crontab file crontab -e   # List crontab file crontab -l   # Remove crontab file crontab -r Syntax * * * * … Continue reading

Posted in solaris | Leave a comment