Pages

Tuesday, December 14, 2010

Execute script at certain time

Cronjob used for automating script in certain continues period. For execute once at certain time we can use "at" command.

user@sabily:/etc/cron.weekly$ at -m 10:00 < /home/user/ftp.sh
warning: commands will be executed using /bin/sh
job 1 at Tue Dec 14 10:00:00 2010

No comments:

Post a Comment