Linux Processes, Signals, and Services
Stage 2 — Linux and Operating System Internals Subject area 2.1 — The Operating System Model Article 3 The short version A process is a running instance of a program together with its address sp...
Stage 2 — Linux and Operating System Internals Subject area 2.1 — The Operating System Model Article 3 The short version A process is a running instance of a program together with its address sp...
Stage 2 — Linux and Operating System Internals Subject area 2.1 — The Operating System Model Article 4 The short version Linux exposes much of its live state through interfaces that look like fi...
Stage 2 — Linux and Operating System Internals Subject area 2.2 — Scheduling and Resource Control Article 1 The short version A CPU can execute only a limited number of threads at the same time....
Stage 2 — Linux and Operating System Internals Subject area 2.1 — The Operating System Model Article 1 The short version An operating system is the software layer that manages hardware and provi...
Stage 2 — Linux and Operating System Internals Subject area 2.1 — The Operating System Model Article 2 The short version A system call is a controlled entry point through which a user-space prog...
Stage 1 — Systems Programming Foundations Subject area 1.2 — Systems Programming Languages Article 2 The short version C, Rust, Zig, and Go can all be used to build systems software, but they ma...
Stage 1 — Systems Programming Foundations Subject area 1.1 — What Systems Programming Means Article 6 The short version Software rarely runs in exactly the environment where it was first written...
Stage 1 — Systems Programming Foundations Subject area 1.1 — What Systems Programming Means Article 5 The short version Performance is not one number. It describes how quickly a system responds,...
Stage 1 — Systems Programming Foundations Subject area 1.1 — What Systems Programming Means Article 4 The short version Systems do not run in a world where every operation succeeds, finishes on ...
Stage 1 — Systems Programming Foundations Subject area 1.2 — Systems Programming Languages Article 1 The short version C is a systems programming language because it gives the programmer a small...