Introduction to Linux

Srijan Saumya
hackinbits
Published in
3 min readMay 23, 2018

Linux is an Open Source Operating System. An operating system is the set of basic programs and utilities that make your computer run. It was created by Linus Torvalds back in 1991 when he was studying computer science at the University of Helsinki. For understanding Linux better lets first discuss Linux Kernel and its distributions.

Linux kernel

In an operating system, “Kernel” is like a middleman sitting between computer hardware and application programs. It receives requests from the application programs and provides access to requested hardware, acting as an interface between them. The required programs, tools and utilities to serve Linux as a fully functional OS totally depends on you. So it is more accurate to consider Linux as a kernel. You are free to configure Linux OS with the tools and programs of your choice and requirement.

Linux Distributions

Programmers and Organizations started designing their own custom operating systems using Linux Kernel. You can also build your own custom operating system by having Linux Kernel as the backbone and selecting tools, utilities, and programs as per your requirement. Doing so is a very complex task and the resulting system may not function as you would have expected.

Many popular operating systems were already developed using Linux Kernel like Ubuntu, Fedora, Debian and the list go on. They have a large community which actively provides support, so instead of creating your own flavor of Linux, you can use an existing one which suits your requirement. We will discuss different distributions in detail in another article. For a beginner the following distributions are good choice:

GNU/Linux

Linux Kernel is generally bundled with GNU tools and utilities to provide a full set of functionality an operating system should have. GNU is also an open source project and all software created by them are free and released under their own Open Source License like GPL License. For that reason, the operating system created with GNU tools and utilities are often referred to as GNU/Linux. However, not all Linux distributions use GNU components as part of their System. For example, Android relies very little on GNU tools and yet uses the Linux kernel at its core.

Advantages of Using Linux

  • Linux is free. Free as in beer. You don’t need to spend a dime to install Linux and you are free to configure your system as Linux source code is open. It is generally released under GPL License (GNU Public License).
  • Linux is Portable to any hardware platform. You are free to make changes to Linux kernel according to your hardware requirement. All the documentation and help are available free of cost.
  • Linux does not need the frequent reboot.
  • Linux is secure and versatile. Linux security model is based on that of UNIX, which has proved to be robust and secure over time, again and again.
  • Linux OS and applications have very short debug times. It has a vast community of developers and testers around the globe, for that reason very less number of bugs live to see another day and they are generally fixed within hours of discovery.

Linux development is far from over, and developers are working around the clock to make it more reliable and secure with time. If you are a developer and Linux is on your list, install a distribution which suits your requirement and start learning it today.

Useful Resources for Learning Linux

There are many resources available online for learning Linux. I will mention a couple of them here:

If you like this article, clap a few times. More interesting articles on its way, follow Hackinbits and we will inform you when new articles will arrive.

--

--

Srijan Saumya
hackinbits

Technology Enthusiast, Lifelong Learner, Software Engineer, Developer