Is at missing from Pi-OS?
Posted: Wed Aug 19, 2020 6:38 pm
I have read a number of sites describing how to run a process at a specific time using the at command.
I have tried it on my Ubuntu Server to schedule things that need to happen during the night.
Now turning towards the RaspberryPi I found to my astonishment that at is not recognized!
This is on an RPi3B with PiOS installed a week or so ago (GUI with limited number of applications), so it is really up-to-date.
It is difficult to google at since it is such a common word, so I ask here instead.
What am I missing?
By what I read all how-tos just assume that at exists as part of Linux...
I have tried it on my Ubuntu Server to schedule things that need to happen during the night.
Now turning towards the RaspberryPi I found to my astonishment that at is not recognized!
Code: Select all
$ at 01:45
-bash: at: command not found
It is difficult to google at since it is such a common word, so I ask here instead.
What am I missing?
By what I read all how-tos just assume that at exists as part of Linux...