» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 2 » Question 7/20
7.How can you determine who has scheduled at jobs?

at -l
at -q
at -d
atwho

Explanation: The at -l command is the same as the atq command. It will list the user's pending jobs, unless the user is a privileged user; in which case, everybody's jobs are listed

Reference: http://www.oreillynet.com/linux/cmd/a/at.html

Incorrect Answers
B: The -q option is used to place the job in a specified queue. It does not display who has scheduled jobs.
C: The -d option is used to delete a specified job. It does not display who has scheduled jobs.
D: This is an invalid command.

« Question 6 Question 8 »