2024-01-05 20:36:25 +01:00
|
|
|
# at
|
|
|
|
|
2024-01-05 20:36:28 +01:00
|
|
|
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.
|
|
|
|
|