UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: atqChapter 2
UNIX Commands
Next: Reference: awk
 

atrm

atrm [options] [users | jobIDs]

Remove jobs queued with at that match the specified jobIDs. A privileged user may also specify the users whose jobs are to be removed.

Options

-a

Remove all jobs belonging to the current user. (A privileged user can remove all jobs.)

-f

Remove jobs unconditionally, suppressing all information regarding removal.

-i

Prompt for y (remove the job) or n (do not remove).


Previous: Reference: atqUNIX in a Nutshell: System V EditionNext: Reference: awk
Reference: atqBook IndexReference: awk

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System