Stencel AcademyHow Linux Works →
Part 2 · Lesson 9 · Intermediate

Signals

Processes talk by sending signals.

In this interactive Linux lesson from Stencel Academy you don't just read — you type real commands like kill -TERM 5120, kill -9 5121 and watch the machine respond on a live, animated map. It is part of the free How Linux Works course.

Key takeaway: SIGTERM asks politely (handlers run); SIGKILL is unstoppable and immediate.

Before this lesson

Builds on: Process States.

What you'll practise

Terms you'll learn

signalSIGTERMSIGKILLhandlerkill

Check your understanding

Which signal can a process catch and handle before exiting?
Open the interactive lesson →