Remove jobs spooled by the at command.
atrm [ -f ] [ -i ] [ - ] [ Job ... | User ... ]
The atrm command removes jobs that were created with the at command. If one or more job numbers is specified, the atrm command attempts to remove only those jobs.
If one or more user names is specified, all jobs belonging to those users are removed. This form of invoking the atrm command is useful only if you have root user authority.
- | Removes all jobs belonging to the user invoking the atrm command. |
-f | Suppresses all information about the jobs being removed. |
-i | Prompts before a job is removed. Enter y to remove the job. |
To remove job number root.62169200.a from the at command queue, enter:
atrm root.621619200.a
/usr/bin/atrm | Contains the atrm program file. |
/var/spool/cron/atjobs | Specifies the spool area. |
The cron daemon.
Input and Output Redirection Overview in AIX Version 4.3 System User's Guide: Operating System and Devices describes how the operating system processes input and output.
Shells Overview in AIX Version 4.3 System User's Guide: Operating System and Devices describes what shells are, the different types of shells, and how shells affect the way commands are interpreted.