Comments on: Scheduling Jobs Using at Command in Linux https://tecadmin.net/one-time-task-scheduling-using-at-commad-in-linux/ How to guide for System Administrator's and Developers Wed, 20 Apr 2022 09:45:28 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Rahul https://tecadmin.net/one-time-task-scheduling-using-at-commad-in-linux/#comment-56934 Tue, 15 Dec 2020 01:46:19 +0000 https://tecadmin.net/?p=690#comment-56934 Thanks Khay, I hope recaptcha positioned correctly now.

]]>
By: Khay https://tecadmin.net/one-time-task-scheduling-using-at-commad-in-linux/#comment-56928 Mon, 14 Dec 2020 23:20:54 +0000 https://tecadmin.net/?p=690#comment-56928 EXACTLY WHAT I NEEDED!!!!!
BTW the recaptcha input is underneath the Submit button in the comments form. Hard to click.

]]>
By: Magnus Smedberg https://tecadmin.net/one-time-task-scheduling-using-at-commad-in-linux/#comment-56770 Thu, 10 Dec 2020 19:42:45 +0000 https://tecadmin.net/?p=690#comment-56770 echo “command” | at time

]]>
By: Magnus Smedberg https://tecadmin.net/one-time-task-scheduling-using-at-commad-in-linux/#comment-56769 Thu, 10 Dec 2020 19:41:52 +0000 https://tecadmin.net/?p=690#comment-56769 It should be
echo “apt-get upgrade -y” | sudo at 21:00

]]>
By: Hrishi https://tecadmin.net/one-time-task-scheduling-using-at-commad-in-linux/#comment-43978 Wed, 04 Dec 2019 12:23:17 +0000 https://tecadmin.net/?p=690#comment-43978 Hi,
does it generate log after execution like cron ?

]]>
By: leandro https://tecadmin.net/one-time-task-scheduling-using-at-commad-in-linux/#comment-43819 Fri, 22 Nov 2019 21:59:31 +0000 https://tecadmin.net/?p=690#comment-43819 How can we schedule a gtk “graphical” job, for example a simple yad message?
yad –title “Warning” –text “Alarm now, attention” –on-top –borders=25

In my tests, no display is shown at a specified time.

]]>
By: Alexey https://tecadmin.net/one-time-task-scheduling-using-at-commad-in-linux/#comment-42967 Wed, 02 Oct 2019 21:59:52 +0000 https://tecadmin.net/?p=690#comment-42967 How is it better to schedule installation of upgrades?
For some reason tasks don’t execute. I tried something like: sudo apt-get upgrade -y | at 21:00

]]>
By: Brandon https://tecadmin.net/one-time-task-scheduling-using-at-commad-in-linux/#comment-42856 Thu, 26 Sep 2019 12:53:35 +0000 https://tecadmin.net/?p=690#comment-42856 | at | at

ex.

touch helloworld.txt | at now + 1 minute | at now + 2 hours

]]>
By: tejender singh https://tecadmin.net/one-time-task-scheduling-using-at-commad-in-linux/#comment-42677 Tue, 17 Sep 2019 12:10:21 +0000 https://tecadmin.net/?p=690#comment-42677 how can we Schedule one job at two different timing with single command

]]>
By: Lekshmi https://tecadmin.net/one-time-task-scheduling-using-at-commad-in-linux/#comment-41932 Tue, 30 Jul 2019 16:48:36 +0000 https://tecadmin.net/?p=690#comment-41932 HI

Where do I see the output ? How will I know if the job has been executed or not ?

]]>