Files
school-of-sre/courses/level102/system_calls_and_signals/intro.md
Seema Shivaram Upadhya 0a2e372856 System calls and signals (#120)
* System calls and signals

* Changing the url for Linux basics

Co-authored-by: Seema Shivaram Upadhya <seupadhy@seupadhy-ld1.linkedin.biz>
2021-08-12 09:20:58 +05:30

2.1 KiB

System Calls and Signals

Prerequisites

What to expect from this course

The course covers a fundamental understanding of signals and system calls. It sheds light on how the knowledge of signals and system calls can be helpful for an SRE.

What is not covered under this course

The course does not discuss any other interrupts or interrupt handling apart from signals. The course will not deep dive into signal handler and GNU C library.

Course Contents