at

Linux · Processes · available in the simulator

What it does

Schedules a command to run once in the future.

Options and parameters

  • -l / atq

    lists pending jobs

  • -r / atrm

    deletes a job

  • -f FILE

    reads the command from a file

Usage examples

  • at 10:00
  • at now + 1 hour
  • atq
  • atrm 3
Practise at

Related commands