Session and utilities
The at command
Schedules a command to run once at a specific time.
Syntax
echo 'comando' | at HORAMost useful options
-lLists scheduled tasks (same as atq)-rRemoves a taskCopy-ready examples
$ at 10:00Schedule a taskYou can try them in the browser terminal: it does not touch your computer.
Typical mistakes
- It is for one-off tasks; for repeating ones use crontab.
FAQ
at or cron?
at runs once; cron runs repeatedly.
Learn to actually use it
The basic Linux course takes you from zero to console fluency with 24 self-grading lessons.
Start the free course