11 · The Command Line

sudo

Run as administrator

“Super-user do” — run a command with full administrator powers. Powerful and dangerous: it can change anything on the machine.

Concrete example

Installing system-wide software needs sudo — but never paste a random “sudo” command you don't trust.

Why it matters

The command that can quietly wreck a computer; treat anything with sudo with real caution.