pufferfish Asked: 2009-06-04 01:45:54 +0800 CST2009-06-04 01:45:54 +0800 CST 2009-06-04 01:45:54 +0800 CST View commands queued in GNU at 772 Is there a way to view the actual commands that have been scheduled to execute using the GNU at command? atq just gives the job ids and execution time, I need to see the command. p.s. In my case the distro is Ubuntu linux ubuntu 1 Answers Voted Best Answer mateusza 2009-06-04T02:07:31+08:002009-06-04T02:07:31+08:00 After you check ID with atq, you can check the command with: at -c ID Also, as system administrator (root), you can check files in /var/spool/cron/atjobs/
After you check ID with atq, you can check the command with:
Also, as system administrator (root), you can check files in /var/spool/cron/atjobs/