Linux schedule a task to run at specific time

LINUXBASH

Use the at command

at 02:30
> sosreport --batch

## Ctrl+D to get out of it

references:

UPDATED