+ All Categories

Linux

Date post: 22-Jan-2015
Category:
Upload: vatsal-upadhyaya
View: 490 times
Download: 3 times
Share this document with a friend
Description:
 
Popular Tags:
18
22/06/2022 1
Transcript
Page 1: Linux

10/04/2023 1

Page 2: Linux

10/04/2023 2

What Is Linux... Linus Torvalds was the chief developer of the project.

Released on 5th October, 1991 .

Since beginning it was released as a free and open source.

Linux is available in multiple languages and is supported by multiple platforms.

Monolithic Kernel is an distinct feature which distinguishes it from other Operating Systems.

Page 3: Linux

10/04/2023 3

Evolution Of Linux….

UNIX[1971]

•Developed at AT&T’s Labs by team lead by Dennis Ritchie and Ken Thompson.

•It’s Source Code was used for basic development of the project

GNU[1988]

•The project was started by Richard Stallman.

•It provided the concept of free software to Linux Project .

•GNU General Public License was included in the Linux for purpose of issuing license to the free user.

MINIX[1990]

•Project was started by S.Tanenbaum and Linus Torvalds.

•Development of Linux Kernel was started during MINIX designing.

•Applications written for MINIX were used in Linux.

Page 4: Linux

10/04/2023 4

The Design… Linux derives much of its basic design from principles

established in Unix.

Linux uses a monolithic kernel, which handles process control, networking, and peripheral and file system access.

The GUI used by most Linux systems is built on top of an implementation of the X Window System.

Page 5: Linux

10/04/2023 5

X Window System Architecture

Page 6: Linux

10/04/2023 6

Linux Interface….Users operate a Linux-based system through two possible

methods provided.

CLI(Command Line Interface)Shell is used for the purpose of implementing CLI.

Controls attached to the associated hardware(Used in embedded systems).

Page 7: Linux

10/04/2023 7

THE KERNEL….

The Linux kernel was released under the GNU General Public License version 2 .

Development started with a task switcher in Intel 80386 assembly language and a terminal driver.

Being a free software there have been many modulations and changes based on the user and developers’ suggestions.

Page 8: Linux

10/04/2023 8

KERNEL ARCHITECTURE...

Linux is written in the version of the C programming language.

Device drivers and kernel extensions run in kernel space(Ring O).

Linux enables separate execution of graphics system ,separate from the kernel .

Page 9: Linux

10/04/2023 9

FEATURES OF LINUX KERNEL…

Kernel possesses an ability to interrupt a task executing kernel code and perform provides pre-emptive scheduling.

The Pre-emption patch improves latency, increases responsiveness, and makes Linux more suitable for real-time applications.

Kernel provides a high portability to the OS , hence can be used for a wide range of products i.e. , from Mainframe computers to the hand held devices.

Page 10: Linux

10/04/2023 10

Kernel Features….Pre emption

Portability

Kernel Panic

Kernel Oops

Page 11: Linux

10/04/2023 11

Page 12: Linux

10/04/2023 12

LINUX DISTRIBUTIONS….Linux source code has been distributed on the basis of the package management system used , they are basically divided into 3 categories.

Debian based

Gentoo based

Pacman based

Page 13: Linux

10/04/2023 13

DEBIAN BASED DISTRIBUTIONS…Debian GNU/Linux is a distribution that emphasizes on free software.

It is supported on multiple hardware platforms.

Debian distributions use the .deb package format and the dpkg package manager.

Knoppix , Linux Mint , Ubuntu are popular examples of Debian based Linux distribution.

Page 14: Linux

10/04/2023 14

Gentoo Based Distributions…It is designed to have highly optimized and frequently

updated software.

These distributions use the Portage package management system .

Gentoox , Sabayon Linux , Chrome OS are popular examples of gentoo based OS.

Page 15: Linux

10/04/2023 15

Pacman Based Distributions..They use the Pacman package manager.

They are capable of resolving dependencies and automatically downloading and installing all necessary packages.

Arch Linux , Frugalware Linux , Parabola Linux are the most successful distributions of this type.

Page 16: Linux

10/04/2023 16

The Linux Distributions..

Page 17: Linux

10/04/2023 17

THE LINUX FOUNDATION…Founded in 2007 by the merger of the Open Source Development

Lab (OSDL) and the Free Standards Group (FSG).

It promotes, protects, and standardizes Linux by providing a comprehensive set of services to compete effectively with closed platforms.

It is constituted by 102 corporate members and multitude of individual members who certify the new development done in the Linux code.

It also provide funds for the purpose of research and development in Linux.

Page 18: Linux

10/04/2023 18

The Linux Implementations…

Android

Chrome OS

Ubuntu

Red Hat Linux


Recommended