Open In App

atrm command in Linux with examples

atrm command is used to remove the specified jobs. To remove a job, its job number is passed in the command. A user can only delete jobs that belong to him. Only superuser can delete any job even if that belongs to another user.

Syntax:



atrm [-V] job [job...]

Options:

Alternative command for atrm:

Syntax:

 at -r Job 

Example 1: Deleting single job:

 at -r 24

Example 2: Deleting multiple jobs:

at -r 25 27

Article Tags :