GUI vs CLI — CCA-F Exam Prep

PencilPrepPencilPrep
L0.25|GUI vs CLI
1/12
10 seconds
Split 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.

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.