mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
2f03bc1362
commands to queue commands execution at specified time or when system load allows
255 B
255 B
atq
Show jobs scheduled by
at
orbatch
commands.
- Show the current user's scheduled jobs:
atq
- Show jobs from queue named 'a' (queues have single-character names):
atq -q {{a}}
- Show jobs of all users (run as super user):
sudo atq