When should an administrator choose at instead of cron?
at
cron
Use at for a one-time future job and cron for work that repeats on a schedule.
Use at for recurring jobs and cron for a single future execution.
Use at only for commands that must stay attached to an interactive terminal.
Use cron only to run a command immediately once.