Files
school-of-sre/courses/level102/system_calls_and_signals/intro.md
Seema Shivaram Upadhya 447ae3ca43 System calls and signals (#121)
* System calls and signals

* Changing the url for Linux basics

* Changed URL's to reflect the correct  content

Co-authored-by: Seema Shivaram Upadhya <seupadhy@seupadhy-ld1.linkedin.biz>
Co-authored-by: kalyan <ksomasundaram@linkedin.com>
2021-08-12 10:30:03 +05:30

2.4 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