Basic Terminology in linux

# Before you begin using Linux, you need to be aware of some basic terms such as 

1. kernel, 
2. distribution,
3. boot loader, 
4. service, 
5. filesystem, 
6. X Window system, 
7. desktop environment, and 
8. command line. 


These are very commonly used by the Linux community.

The kernel is considered the brain of the Linux operating system. It controls the hardware and makes the hardware interact with the applications


An example of a kernel is the Linux kernel.The most recent Linux kernel, along with past Linux kernels, can be found at the kernel.org web site.


A distribution also known as Distros is a collection of programs combined with the Linux kernel to make up a Linux-based operating system.



Some common examples of a distribution are Red Hat Enterprise Linux, Fedora, Ubuntu, and Gentoo.


The boot loader, as the name implies, is a program that boots the operating system.







Two examples of a boot loader are GRUB and ISOLINUX.



A service is a program that runs as a background process. 




Some examples of the service are httpd, nfsd, ntpd, ftpd and named.



A filesystem is a method for storing and organizing files in Linux. 





Some examples of filesystems are ext3, ext4, FAT, XFS and Btrfs.



The X Window System provides the standard toolkit and protocol to build graphical user interfaces on nearly all Linux systems.




The desktop environment is a graphical user interface on top of the operating system. 




GNOME, KDE, Xfce and Fluxbox are some examples of the desktop environment.



The command line is an interface for typing commands on top of the operating system.

                       

 For example, bash, tcsh and zsh.

The Shell is the command line interpreter that interprets the command line input and instructs the operating system to perform any necessary tasks and commands.



No comments:

Post a Comment