Linux Terms - A Brief Glossary
When working with Linux, there are some terms and abbreviations that you may come across that, to a novice user, may seem confusing. To help you on your Linux journey, I've compiled a brief list below of terms that you may come across while working with the system, and their corresponding meanings. A Apt - Advance Packaging Tool; a package management system for Debian based systems that allows for a user to manage software packages B Bash - Bourne Again Shell; the default shell for Linux that allows users to communicate with the system via typed commands (think MS-DOS) Binaries - A non-readable file that can only be interpreted by machines Boot Manager - A software utility that is shown during startup which allows the user to select which operating system, or distribution, that they wish to boot C CD - Change Directory; allows the user to navigate to a new folder within the file system via the terminal Config - Configuration File; refers to any file t...