Linux Command Names: Pronunciation Practice (Set 2)
Linux command names like grep, awk, and nginx are said out loud constantly in sysadmin and DevOps work, yet their pronunciations are rarely formally taught. This quiz covers the universally accepted forms that mark you as fluent in the Unix command line.
0 / 5 completed
1 / 5
How is 'grep' (the text-search utility) pronounced?
grep is pronounced /ɡrɛp/ — 'grep', rhyming with 'step' and 'prep'. It is said as one syllable with a hard 'g'. The name stands for 'global regular expression print'. The vowel is a short 'e', never a long 'ee' ('greep'). This is one of the most common Unix commands and its pronunciation is universally consistent.
2 / 5
How is 'awk' (the text-processing language) pronounced?
awk is pronounced /ɔːk/ — 'awk', rhyming with 'talk', 'walk', and 'chalk'. It is said as a single syllable. The name comes from the initials of its creators: Aho, Weinberger, and Kernighan. Spelling it out as individual letters is never done — it is always the one-syllable 'awk'.
3 / 5
How is 'sed' (the stream editor) pronounced?
sed is pronounced /sɛd/ — 'sed', rhyming with 'bed' and 'red'. It is a single syllable with a short 'e'. The name stands for 'stream editor'. Like grep and awk, it is always said as a word, never spelled out. Using a long 'ee' ('seed') or 'ayed' are both incorrect.
4 / 5
How is 'chmod' (the permission-change command) pronounced?
chmod is pronounced /tʃˈmoʊd/ — 'ch-MOHD', where the 'ch' makes the sound from its first letters and 'mod' is said with a long 'oh'. Some say 'CHANGE-mod' (spelling out the full words it abbreviates), but the compact 'ch-MOHD' is the standard sysadmin pronunciation. Spelling each letter out is never used in practice.
5 / 5
How is 'nginx' (the web server and reverse proxy) pronounced?
nginx is pronounced /ˌɛn.dʒɪŋks/ — 'EN-jinx', officially confirmed by its creator Igor Sysoev. The 'ng' makes the sound from 'engine', and the whole word sounds like 'en-jinx'. Saying each letter individually or saying 'EN-ginks' (hard 'g') are both incorrect. 'EN-jinx' is the universally accepted form.