# m h dom mon dow command
# 0,5,10,15,20,25,30,35,40,45,50,55 * * * * sudo python /rms/G/PYTHON1.PY/mail1.py
# 0 7,13,19 * * * sudo python /rms/G/PYTHON1.PY/mail1.py
# 10 1 * * * sudo python /rms/G/PYTHON1.PY/usa3.py
# 20 2 * * * sudo python /rms/G/PYTHON1.PY/news1.py
# 30 3 * * * sudo python /rms/G/PYTHON1.PY/rss1.py
@reboot source /rms/G/BSX.BSH/rmsboot1.bsh cron
Note: These
cron jobs have been disabled since the start with the comment symbol "
#".
usa3.py would run at 1:10 A.M.
news1.py would run at 2:20 A.M.
rss1.py would run at 3:30 A.M.
Note that a specified command can be run after a boot or reboot of the system.