Linux terminology jargon buster

  • April 27, 2007
  • Avatar for peter
    Peter
    Upfold

Something that can often confuse people who are new to Linux is all the terminology. For people who have been using Linux for some time, we often forget that a lot of this stuff can sound really really confusing.

The idea of this post is to provide a list of some of this terminology and to clear up all the confusion surrounding it. Obviously we'd be here forever if we went through absolutely everything, so here is just a small selection of the more common terminology.

Think of it as an answer to the question "what does this mean?". So, here goes:


Distribution
Commonly known as 'distro', a distribution is a complete set of all the software you need to make up a working operating system. There are many Linux distributions you can try out - some of the more popular are Ubuntu, openSUSE and Fedora.

Desktop environment

A collection of graphical programs that work well together. For example, your file manager and your browser might be part of your desktop environment. The most common desktop environments are GNOME and KDE.

Software repository

A software repository is a set of software that is downloadable from the internet. Usually, you'll use a program called a package manager which allows you to download and install software from one or more repositories with just a few clicks.

Package

A package is a file which usually contains a software program. Packages can be downloaded from the internet (usually from a software repository). The two most popular packaging formats are RPM (used by Fedora, Mandriva, SUSE and others) and Deb (used by Ubuntu, Debian, Xandros and others).

Terminal

The terminal (also called the shell and command line) is a command line interface where you control the computer by typing text commands in and pressing Enter. If you've ever used DOS, it's similar to that, but much more powerful. It can be a bit tricky if you're not used to it, but often it can be the quickest, easiest and most universal way to perform a particular task.

Root

The root user (also known as the superuser) is a user on the computer who has access to everything and can perform all tasks (including administration tasks). You shouldn't log on as root unless you need to. Graphical programs that need root access will usually prompt you for a password, or from the terminal use su or sudo.

X

X (also might be called X11 or the X Window System) is a bit of software that provides the basic graphical functionality that all the desktop environments use.

Kernel

The kernel is the bit of software at the heart of the operating system. It deals with all the low-level tasks like managing your hardware, the processes running on the system and keeping everything running smoothly.

If you have any terms you want added to this post (whether or not you know the definition), why not share them in the comments?

Avatar for peter Peter Upfold

Home » Articles »