Linux Administration/Administrative Tasks/Scheduling Jobs

From Wikiversity
Jump to navigation Jump to search

This lesson covers scheduling jobs.

Objectives and Skills[edit | edit source]

Objectives and skills for the scheduling jobs portion of Linux+ certification include:[1]

  • Automate systems administration tasks by scheduling jobs
    • Manage cron and at jobs
    • Configure user access to cron and at services
    • Configure anacron
    • The following is a partial list of the used files, terms and utilities:
      • /etc/cron. {d,daily,hourly,monthly,weekly}
      • /etc/at.deny
      • /etc/at.allow
      • /etc/crontab
      • /etc/cron.allow
      • /etc/cron.deny
      • /var/spool/cron/*
      • crontab[2]
      • at
      • atq
      • atrm
      • anacron
      • /etc/anacrontab

Readings[edit | edit source]

Multimedia[edit | edit source]

Activities[edit | edit source]

  1. Complete the tutorial IBM: Learn Linux, 101: Automate system administration tasks by scheduling jobs

Lesson Summary[edit | edit source]

Key Terms[edit | edit source]

References[edit | edit source]