Kolam Ayer MakersLinux Foundations

Process Basics

Core Idea

A running command is a process with an owner, id, command line, and resource usage.

Practice Alone

Use ps for a snapshot and htop for an interactive view.

Done When

You can name one process you own and explain why it is running.

Go Deeper