Quration AIQ

terminal

Long before graphical file explorers existed, people navigated computers by typing short, two-letter commands into a plain black screen.

Which terminal command — probably the most-typed two letters in computing history — answers 'what's in this folder?'

ls
ls (list) shows the files in the current folder. Add -a for hidden files, -l for details — extending commands with options is the basic grammar of terminal culture.

The command ls lists the contents of the current folder, showing you every file and subfolder inside it, and it is likely one of the most frequently typed commands in the entire history of computing given how constantly people need to check what's in a directory. Adding options extends its behavior, such as -a to reveal hidden files or -l to show detailed information like size and permissions.

'go' and 'hi' are simply invented words with no function in real terminal command sets; they exist here only to make the correct, real command stand out by contrast.

Learning that commands can be extended with dash-prefixed options, like ls -a or ls -l, is one of the very first pieces of terminal grammar beginners pick up, and it applies across almost every other command too.

▶ Quration AIQ

terminal

What does it stand for?Which command prints your current location's full path?What is it?What's this feature, written with the vertical bar (|)?On Linux and Mac, which magic word do you prefix to borrow top-level power — also famous from the 'make me a sandwich' comic meme?Which encrypted remote-access tool lets you open a terminal on a server on the other side of the planet and operate it directly?What is it?Why do experts warn against the 'chmod 777' fix that internet guides love?Used with a process number, it is?Type a few letters, then press which key to autocomplete the rest?Which command opens the official manual?What's the simplest way?

Quration — Quration AIQ