Scheduling
at
Schedule the execution of commands at a specific time.
Ubuntu
CentOS
Debian
Arch
SUSE
Slackware
Alpine
Fedora
Verified: 2025-10-08
Syntax
$at [OPTIONEN] ZEIT
Examples
$echo 'backup.sh' | at 2am tomorrow
$at -l
Typical use cases
?
Standard usage
at --help
Note
Schedule one-time tasks (instead of cron).
Export