What Happens When You Press Enter in a Linux Terminal?
Follow ls -la from a terminal keystroke through shell parsing, command lookup, process replacement, filesystem calls, and pixels on screen.
11 min read
Archive
Every story, newest first. Practical Linux coverage without filler.
Follow ls -la from a terminal keystroke through shell parsing, command lookup, process replacement, filesystem calls, and pixels on screen.
11 min read
Stop memorizing 755. Read owner, group, and other permissions as answers to concrete file and directory operations.
13 min read
Replace the punctuation model of `|` with connected processes, file descriptors, bounded kernel buffers, and backpressure.
12 min read
Reconcile filesystem allocation with files a directory walk can reach, then diagnose gaps without reaching for a cleanup command.
14 min read
Read RAM as anonymous memory, reclaimable cache, kernel state, swap, and pressure—then separate host capacity from cgroup limits.
14 min read