Answer the question
In order to leave comments, you need to log in
Is it possible to track a pending task (at) using the ps command?
For example, I create a pending task
at 15:30
> cat 1.txt > 2.txt
> <eof>
Answer the question
In order to leave comments, you need to log in
at tasks run only at the scheduled time.
Once a minute, cron checks whether there are commands to run and runs if the scheduled start time has already arrived or has already passed.
The command is used to view the list of tasks atq
.
Prior to launch, scripts are stored in /var/spool/atjobs - you can see the contents of the scripts and their launch parameters.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question