0

i wanted to schedule shell scripts in my ubuntu 12.04. i know "at". but i wanted some thing that would schedule my shell script exactly at 12:00 AM or exactly on the first day of a month repeatedly!

eightnoteight
  • 149
  • 1
  • 8

1 Answers1

1

That would be cron. See man crontab and run crontab -e to edit your cron jobs.

psusi
  • 37,551