GUI vs CLI — CCA-F Exam Prep
L0.25|GUI vs CLI
1/12
10 seconds to stop a runaway process.
The GUI way: find the app, right-click, wait for the menu to load, find "Force Quit," click it, click "Are you sure?" confirm.
The CLI way: type kill -9 1234. Done.
The GUI user is still looking for the right-click menu. The CLI user is already drinking coffee.
The countdown is why the CLI exists.
