Job Scheduling In Linux
at command→ at command can be used to schedule a job to run at a specific time.
STEPS TO SCHEDULE JOB
We need to install at first
sudo apt-get install at
Once it is installed, We must start and enable it.
sudo systemctl start atd
sudo systemctl ...
masterdevops.hashnode.dev2 min read