You are on page 1of 1

[root@servera ~]# systemctl status atd

● atd.service - Job spooling tools


Loaded: loaded (/usr/lib/systemd/system/atd.service; enabled; vendor preset:>
Active: active (running) since Mon 2019-09-09 19:11:51 CST; 43s ago
Main PID: 760 (atd)
Tasks: 1 (limit: 11405)
Memory: 508.0K
CGroup: /system.slice/atd.service
└─760 /usr/sbin/atd -f

[student@workstation ~]$ date


Mon Sep 9 19:13:07 CST 2019
[student@workstation ~]$ at 19:16
warning: commands will be executed using /bin/sh
at> touch ~/file1
at> <EOT>
job 1 at Mon Sep 9 19:16:00 2019
[student@workstation ~]$ atq
1 Mon Sep 9 19:16:00 2019 a student
[student@workstation ~]$ atrm 1
[student@workstation ~]$ atq

[root@servera ~]# date


Mon Sep 9 19:14:53 CST 2019
[root@servera ~]# at now+3min
warning: commands will be executed using /bin/sh
at> poweroff
at> <EOT>
job 1 at Mon Sep 9 19:18:00 2019
[root@servera ~]# atq
1 Mon Sep 9 19:18:00 2019 a root

You might also like