← 返回命令列表

Linux command

atq 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List

atq

Example

atq -u [username]

Example

atq -q [a]

说明

atq lists jobs pending in the at queue. It shows job numbers, execution times, and queue designations for scheduled one-time jobs. This is equivalent to at -l.

参数

-q _queue_
Show jobs from specific queue (a-z, A-Z)
-u _user_
Show jobs for specific user (root only)

FAQ

What is the atq command used for?

atq lists jobs pending in the at queue. It shows job numbers, execution times, and queue designations for scheduled one-time jobs. This is equivalent to at -l.

How do I run a basic atq example?

Run `atq` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -q _queue_ do in atq?

Show jobs from specific queue (a-z, A-Z)