Monday, March 16, 2009

AT Command

AT is linux simple scheduling command to execute a program or script at a specific date/time. This command will run hello.script file at 1.45pm 16 Mar 2009.

at -f /home/hello.script 13:45 03/16/09

other options are...
atq --list all pending commands and its job number.
atrm 99 --delete job number 99

more info - http://linux.about.com/library/cmd/blcmdl1_at.htm

0 Comments:

Post a Comment

<< Home