atq -v
Uses of atq command with example
To list all scheduled jobs use the command atq
. You can also use at -l
command to list all scheduled jobs instead of atq
command.
atq
at -l
If you are a root user, you can display the list of all scheduled jobs for a particular user. Use the command atq username
. Do not forget to change the username
with your computer’s user name.
atq username
[insert page=’linux-commands-with-example’ display=’content’]