GUI vs CLI — CCA-F Exam Prep

×
L0.250
REAL STORYSplit screen with a countdown timer showing 10 seconds. Left side: a frantic user navigating menus and right-click options in a GUI. Right side: a calm user typing 'kill -9 1234' in a terminal. The CLI user is already done.

A runaway process is eating your server alive. You have 10 seconds before it crashes.

The GUI way: find the app in the taskbar, right-click, wait for the menu, find 'Force Quit,' click it, click 'Are you sure?' confirm. Six steps. Eight seconds if you're fast.

The CLI way: type kill -9 1234. Press Enter. Done. Two seconds.