The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
At1. Run a command once at some future time. From Rute-Users-Guide 2. At and batch read commands from standard input or from a specified file.At allows you to specify that a command will be run at a particular time(now or a specified time in the future). Batch will execute commands when the system load levels drop to a particular level. Both commands use /bin/sh to run the commands. You should install the at package if you need a utility that will dotime-oriented job control. Note: you should use crontab instead, if it is a recurring job that will need to be repeated at the same time everyday/week/etc. From Mandrake 9.0 RPM 3. Delayed job execution and batch processing At and batch read shell commands from standard input storing them as a job to be scheduled for execution in the future. Use at to run the job at a specified time batch to run the job when system load levels permit From Debian 3.0r0 APT 4. queue, examine or delete jobs for later execution From whatis |
|
|