Ijser: A Review On Linux Distribution As Future Operating System
Ijser: A Review On Linux Distribution As Future Operating System
ISSN 2229-5518
Abstract— Open-source software (OSS) is computer software with its source code made available with a license under End User License.
Agreement (EULA) in which the copyright holder provides the rights to study, changes, and distributes the software to anyone and for any
purpose. Open-source software may be developed in a collaborative public manner. Open-source software is the most prominent example
of open-source development. The open-source model, or collaborative competition development from multiple independent sources,
generates an increasingly more diverse scope of design perspective than any one company is capable of developing and sustaining long
term. The Linux kernel is an operating system kernel used by the Linux family of Unix-like operating systems. It is one of the most
prominent examples of free and open source software. Linux is, in simplest terms, an operating system. It is the software on a computer
that enables applications and the computer operator to access the devices on the computer to perform desired functions. The operating
system (OS) relays instructions from an application to, for instance, the computer's processor.
Overall this research paper focuses on the very core aspect of the Linux Operating system based on online statistic and also tells the most
valued and the best distribution (Distro) of Linux.
Index Terms— Open Source, Linux Operating System, Android, commands, kernel.
—————————— ——————————
IJSER
INTRODUCTION
B. LICENSE
The GPL[2] is a copy left license, which means that derived 2 LITERATURE OVERVIEW
works can only be distributed under the same license terms. Many people are not aware about Linux Operating system,
This is in distinction to permissive free software licenses, of and are still stuck with the old windows Operating System,
which the BSD licenses and the MIT License are the standard still not aware about the vast expansion of Linux “the future of
examples. operating system”.
But why do companies find Linux so interesting?
C. KERNEL
• No per-unit licensing costs.
The kernel[3] is a computer program that constitutes the cen- • Wide array of support options.
tral core of a computer's operating system. It has complete • Do it yourself.
control over everything that occurs in the system. As such, it is • Free e-mail support from the community.
the first program loaded on startup, and then manages the • Paid support options (up to 24x7 enterprise-style with
remainder of the startup, as well as input/output requests guaranteed response time).
from software, translating them into data processing instruc- • Competition between support options leads to lower costs.
tions for the central processing unit. It is also responsible for • Huge numbers of college students are graduating with deep
managing memory, and for managing and communicating Linux skills.
with computing peripherals, like printers, speakers, etc. The • In addition to all the above it is also well known that
kernel is a fundamental part of a modern computer's operat- • Smart Phones using Linux
ing system. • Android has a bed of Linux
The Linux kernel is a Unix-like computer operating system • Nokia N900
kernel. It is used world-wide: the Linux operating system is • Limo
based on it and deployed on both traditional computer sys- • Netbooks and Mobile Internet Devices (MID's)
tems such as personal computers and servers, usually in the • Intel and Linux Foundation's Moblin.
form of Linux distributions and on various embedded devices • Google's Chrome OS.
IJSER © 2016
http://www.ijser.org
International Journal of Scientific & Engineering Research, Volume 7, Issue 4, April-2016 1139
ISSN 2229-5518
of the system.
4.4 X-windows (or simply windows)
3 ADVANTAGES OF LINUX OVER WINDOWS This is a mode of Linux where you screen (monitor) can be
split in small "parts" called windows, that allow you to do
3.1 Easy to install applications several things at the same time (or rather change from one task
Installing new programs in Linux is easier than in Win- to another easily) and view graphics in a nice way.
dows [5]. You don’t need to accept agreements because it’s all
4.5 Text terminal
open sources so there is no need to click Next 20 times before
the program is installed. It means monitor that has only the capability to display text
stuff, no graphics (or perhaps a very basic graphics display).
3.2 Secure
Security is not just an enhancement like in Windows. It is a 4.6 Session
pillar of the Linux Core, which makes hard the task to virus
creators or to hackers. You can use your Linux without antivi- The time spend between logging on in the system and logging
rus program and without being ever annoyed by a virus. out of the system.
3.3 Easy to change options
Linux comes with a control panel but also comes with a menu 5 BASIC COMMANDS IN LINUX
next to the Applications menu where you simply select the
thing you want to change, be it the Desktop background or the
network settings. Everything on the windows that appear is Commands [7] can be one of 4 different kinds
simple and there are just the options you need so it is easy to A. An executable program like all those files in /usr/bin:
change the options. Within this category, programs can be compiled bina-
ries such as programs written in C and C++, or programs
3.4 Community written in scripting languages such as the shell, Perl, Py-
The community behind Linux, especially Linux is what at- thon, Ruby, etc.
IJSER
tracts many people to the operating system. B. A command built into the shell itself
Bash provides a number of commands internally
called shell built in’s. The cd command, for example, is a
3.5 Free shell built in.
Everything about Linux is free, the operating system (you can C. A shell function
even have them send you a copy of the operating system for a These are miniature shell scripts incorporated into
small fee that covers postage), the software installed is free the environment. We will cover configuring the environ-
(including all the software you can download) any help and ment and writing shell functions in later lessons, but for
support is free. The whole experience is 100% free, because it now, just be aware that they exist.
is open source. Open source means that you can distribute and D. An Alias
even edit the code behind the program. Commands that you can define yourselves, built from
other commands. This will be covered in a later lesson.
4 How Linux Works
6 POPULAR LINUX DISTRIBUTERS
Linux is a multi-task [6] and multi user operating sys-
tem.A multitask operating system is capable of doing several
tasks at the same time (well, not quite so, but it seems like that 6.1 Debian
from the human point of view).
A multiuser operating system has a concept of "userquot” a GNU/Linux is a distribution [9] that emphasizes free soft-
way to identify the person that is using the system, and can ware. It supports many hardware platforms. Debian and dis-
allow different users to perform different tasks in the comput- tributions based on it use the .deb package format and the
er, and protect one user's tasks from interfering with another DPKG package manager and its frontends.
user's programs.
6.2 Knoppix
There are a few other terms that will help understand the rest
of the pages in this paper It is based on Debian. It is a live distribution, with automated
hardware configuration and a wide choice of software, which
4.1 Shell is decompressed as it loads from the drive.
This is a program in the system that allows you to give the
commands you want to execute. It is the basic program that 6.3 Ubuntu
connects you to the operating system.This is a program in the It is a distribution based on Debian, designed to have regular
system that allows you to give the commands you want to releases, a consistent user experience and commercial support
on both desktop and server.
execute. It is the basic program that connects you to the oper-
ating system. 6.4 Unofficial variants
This distribution and derivatives are not controlled or guided
4.2 Process by Canonical Ltd. and generally have different goals in mind.
Any task that you run in the system is called a process (again,
a process is something a little more complex than just a task, 6.5 Gentoo
but that definition is good enough to start). This is a distribution designed to have highly optimized and
4.3 File frequently updated software. Distributions based on Gentoo
use the Portage package management system with emerges or
It is a part of the hard disk that contains data owned by a user one of the alternative package managers.
IJSER © 2016
http://www.ijser.org
International Journal of Scientific & Engineering Research, Volume 7, Issue 4, April-2016 1140
ISSN 2229-5518
6.6 Red Hat Linux and SUSE Linux 7.4 Some Gentoo based operating system
These are the original major distributions that used the RPM • Chrome OS is used on various Chrome Books, Chrome box-
file format, which is today used in several package manage- es and tablet computers. It is primarily Internet-based,
ment systems. Both of these later divided into commercial and launching each app within the Chrome browser. The OS fea-
community-supported distributions. Red Hat Linux divided tures a user interface that is very similar-looking to Chrome
into a community-supported distribution sponsored by Red instead of GNOME, KDE, etc.
Hat called Fedora, and a commercially supported distribution • Sabayon Linux is a European Linux distribution based on
called Red Hat Enterprise Linux, whereas SUSE divided into Gentoo. However, it follows the "out of the box" philosophy,
openSUSE and SUSE Linux Enterprise. aiming to give the user a wide number of applications ready
to use and a self-configured operating system. Like Gentoo,
6.7 Pacman Sabayon uses the rolling release model; it uses a customized
It is a package manager that is capable of resolving depend- version of Red Hat's Anaconda Installer and includes a Me-
encies and automatically downloading and installing all nec- dia Center application.
essary packages. In theory, a user need only run a single
command to completely update the system.
7.5 Some Packman Based Operating System
6.8 Slackware
It is known as a highly customizable distribution that stresses • An i686- and x86-64-optimized distribution targeted at expe-
ease of maintenance and reliability over cutting-edge software rienced users. Arch runs on a rolling release system and uses
and automated tools. Generally considered a distribution for the pacman utility for package management.
advanced users, it is often suggested to those who want to • Originally derived from Arch Linux, with the latest KDE
learn the inner workings of a Linux operating system. desktop. For now uses the pacman utility for package man-
agement. Strives to be Qt-only.
6.9 Independent • Frugalware Linux is a general purpose Linux distribution
This are the operating system made by the independent users. designed for intermediate users. Has some influences from
Slackware, and uses a heavily modified version of the Pac-
man package manager, Pacman-G2, a fork of a cvs version of
the complete rewrite of Pacman-G1 by Aurelien Foret (the
old monolithic Pacman-G1 is written by Judd Vinet). The
IJSER
7 POPULAR LINUX DISTRIBUTION BASED ON FAMILY packages are tar archives that are compressed using xz.
IJSER
Centos 1 GHz 256 MB 256 MB
openSUSE AMD 64 or 2 GB 5 GB
Intel 2.4 GHz
9 CONCLUSION
———————————
• Abhimanyu Sharma is currently pursuing Diploma in Computer Science and
Technology in Centre for Computers and Communication Technology, Chisopani
Nandugao Namchi Sikkim, India, PH-9933771767. E-
mail:[email protected]
• Bhuwan Mukhia is currently pursuing Diploma in Computer Science and Technol-
ogy in Centre for Computers and Communication Technology, Chisopani
Nandugao Namchi Sikkim, India, PH-8116513111. E-
mail:[email protected]
• Neha Thapa is currently pursuing Diploma in Computer Science and Technology
in Centre for Computers and Communication Technology, Chisopani Nandugao
Namchi Sikkim, India, PH-7602279614. E-mail:[email protected]
• Ravi Kumar Prasad is currently pursuing Diploma in Computer Science and Tech-
nology in Centre for Computers and Communication Technology, Chisopani
Nandugao Namchi Sikkim, India, PH-9641661542. E-
mail:[email protected]
• Arvind Lal is currently Senior Lecturer in Computer Science and Technology in
Centre for Computers and Communication Technology, Chisopani Nandugao
Namchi Sikkim, India PH-9733234876. E-mail:[email protected]
IJSER © 2016
http://www.ijser.org