CS 480-M01 Linux System Administration - CRN 60315 - Fall 2022
[Home]     [Syllabus]     [Notes]     [Grades]

CS 480 Lec 6 FA22

CS 480 M01 Lecture Notes 6 - Sep 12, 2022

Last Time

Ch 4. Process Control Continued

Signals Continued

  • sending a signal kill, killall, pkill
  • Process Monitoring

    The /proc Filesystem

    strace

    Runaway Processes

    Periodic Processes

    Many tasks need to be done repeatedly and ... ideally without human intervention
    Automate ! shell, perl, python, ... + execution without human interventation => consistency & reliability
    cron - tool to run commands on a predetermined schedule Linux Vixie-cron extensions that allow a command to run as any user (extra username field infront of the command)format of crontabcrontab command notifies the daemon about changes Systemd timers ...

    common uses - p. 288