Session and utilities

The at command

Schedules a command to run once at a specific time.

Syntax

echo 'comando' | at HORA

Most useful options

-lLists scheduled tasks (same as atq)
-rRemoves a task

Copy-ready examples

$ at 10:00Schedule a task

You 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.

Related commands

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