Job Scheduling In Linux
Sep 20, 2024 · 2 min read · 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 ...
Join discussion