All levelsPronunciation#pronunciation#linux#filesystem#devops#ipa
Linux Filesystem Terms Pronunciation
Spelling out '/etc' as 'E-T-C' instead of 'et cetera' or mispronouncing 'chmod' can signal inexperience in Linux administration interviews. Practise the correct pronunciation of filesystem terms before your next technical discussion.
0 / 5 completed
1 / 5
How is /etc correctly pronounced?
/etc is pronounced 'et-SEE-teh-rah' — the full Latin phrase 'et cetera', because /etc originally stood for et cetera. Many developers also say 'slash-et-cetera' or informally 'slash-et-see'. Common mispronunciation: spelling out the letters 'E-T-C' as if it were an acronym. In a technical interview: 'Configuration files live in /etc (et-SEE-teh-rah).'
2 / 5
How is /usr correctly pronounced?
/usr is pronounced 'SLASH-user' — it was originally an abbreviation for 'user', so it reads as the full word. Common mispronunciation: spelling out the letters 'U-S-R'. In a technical interview: 'Installed binaries go into /usr (SLASH-user) by convention.'
3 / 5
How is symlink correctly pronounced?
symlink is pronounced 'SIM-link' — 'sym' rhymes with 'gym' (short 'i') and is short for symbolic. Stress falls on the first syllable. Common mispronunciation: saying 'SYMBOL-link' by expanding the abbreviation, or pronouncing 'sym' with a long 'y'. In a technical interview: 'Create a symlink (SIM-link) from /usr/local/bin to the script.'
4 / 5
How is inode correctly pronounced?
inode is pronounced 'EYE-nohd' — the letter 'i' pronounced as its name (eye) plus 'node' (rhymes with 'road'). The 'i' stands for 'index' in the filesystem data structure. Common mispronunciation: saying 'in-OHD' by treating 'in' as a prefix, or 'IH-nod' with a short vowel. In a technical interview: 'Each file is represented by an inode (EYE-nohd) in the filesystem.'
5 / 5
How is chmod correctly pronounced?
chmod is pronounced 'CHUH-mod' — 'ch' is said as in 'chair' (not spelled out), and 'mod' rhymes with 'cod'. It stands for 'change mode'. Common mispronunciation: spelling out the abbreviation as 'C-H-M-O-D' or saying 'CHANGE-mod' by expanding it. In a technical interview: 'Run chmod (CHUH-mod) 755 to make the script executable.'