at jobs
Use at:
at <date> - This will run the command at the specified time/date at 12:30am Aug 20 How to schedule a job:
2.1 Schedule Job from File/Script:
at –vf <path/to/script/and/script/name.sh> <time> -f = takes file to execute (script)
-v = displays date when the job will be executed 2.2 Schedule Job from Command:
Check if the job is scheduled:
Removing incorrect job:
Extra Info:
Last updated