1 / 25

The Linux Operating System

The Linux Operating System. The Linux Operating System. Pronounced lee-nucks or lih-nucks (normally pronounced with a short " i " and with the first syllable stressed, as in LIH-nucks). In 1992, Torvalds explained

williame
Télécharger la présentation

The Linux Operating System

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Linux Operating System

  2. The Linux Operating System • Pronounced lee-nucks or lih-nucks (normally pronounced with a short " i " and with the first syllable stressed, as in LIH-nucks). • In 1992, Torvalds explained • "'li' is pronounced with a short [ee] sound: compare prInt, mInImal etc. 'nux' is also short, non-diphthong, like in pUt. • It's partly due to minix: linux was just my working name for the thing, and as I wrote it to replace minix on my system, the result is what it is... linus' minix became linux." • However, the name "Linux" was coined, not by Torvalds, but by Ari Lemmke, administrator at ftp.funet.fi, who named the FTP directory from which it was first available. • Linux is a contraction for Linus' Unix; the short i sound preferred by most (including Torvalds) derives from the Swedish pronunciation of Linus.

  3. The Linux Operating System • A Unix-like operating system designed to provide personal computer users a free or very low-cost operating system comparable to traditional and usually more expensive Unix systems. • It is one of the most famous examples of free software and of open-source development. • All of its underlying source code is available to the public and anyone can freely use, modify, and redistribute it. • Publicly open and extendible by contributors. • A freely-distributable open source operating system that runs on a number of hardware platforms. • Distributed using the Free Software Foundation's copyleft stipulations. • Any modified version that is redistributed must in turn be freely available. • Because it's free, and because it runs on many platforms, including PCs and Macintoshes, Linux has become an extremely popular alternative to proprietary operating systems.

  4. The Linux Logo • Unlike other commercial products of computer operating systems, Linux doesn't have a formidable serious looking symbol. • The logo (official mascot) of Linux is a penguin, Tux. • Selected by Linus Torvalds to represent the image he associates with the operating system. • Tux was created by Larry Ewing. • Larry has generously given it to the community to be freely used to promote Linux. • Tux symbolizes the care-free attitude of the total movement. • This cute logo has a very interesting history. • As put forward by Linus, initially no logo was selected for Linux. • Once Linus went to the southern hemisphere on a vacation. • There he encountered a penguin, not unlike the current logo of Linux. • As he tried to pat it, the penguin bit his hand. • This amusing incident led to the selection of a penguin as the logo of Linux sometime later.

  5. Development Efforts • The bootable image of the Linux kernel itself is written • Entirely in the version of the C programming language supported by the GNU GCC compiler (which supports a "superset" of standard C), • Together with relatively short sections of code written in the assembly language of the target architecture (and at last count Linux supported about 20 different processor families). • Because of the extensions to 'C' supported by the GCC compiler it was for long the only compiler capable of correctly building a Linux kernel. • Many other languages are used in some way, primarily in connection with the kernel 'build' process. • The methods whereby the bootable image is created from the sources. • These include Perl, Python, and various shell scripting languages. • Some closed source drivers may also be written in C++, Fortran, or other languages.

  6. Development Efforts • More Than a Gigabuck: Estimating GNU/Linux's Size, a study of Red Hat Linux 7.1: • Found that this particular distribution contained 30 million source lines of code (SLOC). • The Linux kernel provided contained 2.4 million lines of code or 8% of the total. • Had all this software been developed by conventional proprietary means, it would have cost 1.08 billion dollars (year 2000 dollars) to develop in the United States. • Slightly over half of the code in that distribution was licensed under the GPL. • Counting potatoes: the size of Debian 2.2, a study was performed for Debian GNU/Linux version 2.2: • Found out to contain over fifty-five million source lines of code • Estimated that it would have cost 1.9 billion dollars (year 2000 dollars) to develop by conventional proprietary means.

  7. Applications • In the past: • A user needed significant knowledge of computers in order to install and configure Linux. • A user needed to be attracted by access to the internals of the system. • Linux users have traditionally tended to be more technologically oriented than users of Windows and Mac OS, often reveling in the tag of "hacker" or "geek". • Linux has made considerable gains in server and special-purpose markets. • Linux has also rapidly gained popularity as a desktop operating system. • In desktop environments like KDE and GNOME, Linux may be used with a user interface that is similar to that of Mac OS or Microsoft Windows in addition to other desktop environments and to its traditional Unix-like command line interface. • Graphical Linux software exists for almost any area and in some areas there is a greater breadth and quantity of software available than for proprietary operating systems.

  8. Applications • Linux is the cornerstone of the so-called LAMP server-software combination (Linux, Apache, MySQL, Perl/PHP/Python) that has achieved widespread popularity among Web developers. • Linux is also often used in embedded systems. • Its low cost makes it particularly useful in set-top boxes and for such devices as the Simputer, a computer aimed especially at low-income populations in developing nations. • In mobile phones Linux has become a common alternative to the Symbian OS software in the cell-phone market. • In handheld devices, it is an alternative to the Windows CE and Palm OS operating systems. • The popular TiVo PVR also uses a customized version of Linux. • A large number of network firewalls and routers, including several from Linksys, use Linux internally, taking advantage of its advanced firewalling and routing capabilities. • Linux is increasingly common as an operating system for supercomputers, most recently on 64-bit AMD Opterons in the Cray XD1.

  9. Applications • Clustering technology enabled large number of Linux machines to be combined into a single computing entity, a parallel computer. • In April 1996, researchers at Los Alamos National Laboratory used Linux to run 68 PCs as a single parallel processing machine to simulate atomic shock waves. • But unlike other Supercomputers costing a fortune, it was rather cheap. • The do-it-yourself supercomputer cost only $152,000, including labor (connecting the 68 PCs with cables)-about one tenth the price of a comparable commercial machine. • It reached a peak speed of 19 billion calculations per second, making it the 315th most powerful supercomputer in the world. • And it was a robust one too. • Three months later it still didn't have to be rebooted.

  10. Basic Features • Multitasking • Fully preemptive • Can run multiple programs at the same time and each program still seemingly continues to run. • Other systems allow multiple programs to run but when you switch from one program to another, the first program typically stops running. • Multiuser • more than one person can log into and use the system. • While this feature may not be very useful at home, in a corporate or university setting this allows many people to access to the same resources at the same time, without duplicating expensive machines. • Programmable Shell • shell works as the interpreter between the user and the kernel. • Communications and Networking • designed for networking. • Linux has the capabilities necessary to become the best OS to be a server in the field of networking. • Open System Portability • designed to work on many different platforms.

  11. Advantages • Philosophy • Linux is free and you can get it for free. • Technically advanced • Linux is, if not the most advanced OS out there, at least among the most advanced OS’es. • Highly configurable • You can customize Linux exactly to your liking. • Secure • Linux has many features that protect your system from both intruders and stupid users. • The Linux Community is there to help you • These people are volunteers and don’t charge anything for helping you. • Cost Effective • One of the biggest advantages to running a Linux based system is the cost of hardware. • User Interface • Using Linux you get a great choice of styles. • Another point is the usability. • Education • provides with editors and spell checkers. • Hackers • built by and for hackers.

  12. Disadvantages • Lack of Technical Support • Hardware problems • Inability to use Current Software • Lack of Experience

  13. History • Late 60's – Scientists at Bell Laboratories (later Lucent) created the UNIX OS. • Its most important attribute was that the amount of assembly language (also known as its kernel) was small and the rest of it was written in a high level programming language (C). • The benefit of this structure is that UNIX is highly customizable and new features are relatively simple to add. • As UNIX spread throughout the computing world, others wanted to harness it and adapt it for their own needs. • The source code of Unix, once taught in universities courtesy of Bell Labs, was now cautiously guarded and not published publicly. • Software market failed to provide an efficient solution to this problem. • Many different groups came up with their own variations on the program.

  14. History • Andrew S. Tanenbaum is a US-born Dutch professor who wanted to teach his students the inner workings of a real operating system. • 1987 – Tanenbaum invented Minix, an open-source OS that cloned UNIX. • Open source is software that can be freely shared with no one person owning the code. • It was designed to run on the Intel 8086 microprocessors that had flooded the world market. • Tanenbaum’s book, Operating System, contains the 12,000 lines of codes of Minix, written in C and assembly language. • That time the software vendors had guarded vigorously the codes of an operating system. • Tanenbaum captivated the brightest minds of computer science with the elaborate and immaculately lively discussion of the art of creating a working operating system. • One of them was Linux Benedict Torvalds.

  15. History • In the early 80s, commercial software companies lured away much of the brilliant programmers of the AI lab, and negotiated stringent nondisclosure agreements to protect their secrets. • Richard Stallman had a different vision. • His idea was that software should be free from restrictions against copying or modification in order to make better and efficient computer programs. • 1983 – Stallman declared in his manifesto the beginnings of the GNU project. • He started a movement to create and distribute software that conveyed his philosophy. • GNU is a recursive acronym which stands for 'GNU is Not Unix.’ • But to achieve this dream of ultimately creating a free operating system, he needed to create the tools first. • 1984 – Stallman started writing the GNU C Compiler (GCC).

  16. History • With Stallman’s legendary technical wizardry, he alone outclassed entire groups of programmers from commercial software vendors in creating GCC, considered as one of the most efficient and robust compilers ever created. • By 1991 – The GNU project created a lot of the tools but there was still no operating system. • MINIX had to be licensed. • Work was going the GNU kernel HURD, but that was not supposed to come out within a few years. • However, Linus was not willing to wait for the free operating system being developed by GNU.

  17. History • August 25, 1991 – The historic post was sent to the MINIX news group by Linus: • From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds)Newsgroups: comp.os.minixSubject: What would you like to see most in minix?Summary: small poll for my new operating systemMessage-ID: <1991Aug25.205708.9541@klaava.Helsinki.FI>Date: 25 Aug 91 20:57:08 GMTOrganization: University of Helsinki Hello everybody out there using minix - I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones. This has been brewing since april, and is starting to get ready. I'd like any feedback onthings people like/dislike in minix, as my OS resembles it somewhat(same physical layout of the file-system (due to practical reasons)among other things). I've currently ported bash(1.08) and gcc(1.40),andthings seem to work.This implies that I'll get something practical within afew months, andI'd like to know what features most people would want. Any suggestions are welcome, but I won't promise I'll implement them :-)Linus (torvalds@kruuna.helsinki.fi)PS. Yes - it's free of any minix code, and it has a multi-threaded fs.It is NOT protable (uses 386 task switching etc), and it probably neverwill support anything other than AT-harddisks, as that'sall I have :-(. • Linus himself didn't believe that his creation was going to be big enough to change computing forever.

  18. History • Mid September 1991 – Linux version 0.01 was released and was put on the net. • Codes were then downloaded, tested, tweaked, and returned to Linus. • October 5, 1991 – Linux 0.02 was released along with this famous declaration from Linus: • From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds)Newsgroups: comp.os.minixSubject: Free minix-like kernel sources for 386-ATMessage-ID: <1991Oct5.054106.4647@klaava.Helsinki.FI>Date: 5 Oct 91 05:41:06 GMTOrganization: University of HelsinkiDo you pine for the nice days of minix-1.1, when men were men and wrote their own device drivers? Are youwithout a nice project and just dying to cut your teeth on a OS you can try to modify for yourneeds? Are you finding it frustrating when everything works on minix? No more all-nighters to get a nifty program working? Then this post might be just for you :-)As I mentioned a month(?) ago, I'm working on a free version of a minix-lookalike for AT-386 computers. It hasfinally reached the stage where it's even usable (though may not be depending onwhat you want), and I am willing to put out the sources for wider distribution. It is  just version 0.02 (+1 (verysmall) patch already), but I've successfully run bash/gcc/gnu-make/gnu-sed/compress etc under it.Sources for this pet project of mine can be found at nic.funet.fi (128.214.6.100) in the directory /pub/OS/Linux.The directory also contains some README-file and a couple of binaries to work under linux(bash, update and gcc, what more can you ask for :-). Full kernel source is provided, as no minix code has beenused. Library sources are only partially free, so that cannot be distributed currently. The system is able to compile"as-is" and has been known to work. Heh. Sources to the binaries (bash and gcc) can be found at thesame place in /pub/gnu.

  19. History • Linux version 0.03 came in a few weeks. • December 1991 – Linux version 0.10 came. • Still Linux was little more than in skeletal form. • It had only support for AT hard disks, had no login ( booted directly to bash). • version 0.11 was much better with support for multilingual keyboards, floppy disk drivers, support for VGA,EGA, Hercules etc. • The version numbers went directly from 0.12 to 0.95 and 0.96 and so on. • Soon the code went worldwide via ftp sites at Finland and elsewhere.

  20. History • Linus faced some confrontation from none other than Andrew Tanenbaum, the great teacher who wrote MINIX. • In a post to Linus, Tanenbaum commented: • " I still maintain the point that designing a monolithic kernel in 1991 is a fundamental error.  Be thankful you are not mystudent.  You would not get a high grade for such a design :-)"(Andrew Tanenbaum to Linus Torvalds) • Linus later admitted that it was the worst point of his development of Linux. • Tanenbaum also remarked that : "Linux is obsolete". • Backed by the strong Linux community, Linus gave a reply to Tanenbaum which seems to be most fitting: • Your job is being a professor and researcher: That's one hell of a good excuse for some of the brain-damages of minix.(Linus Torvalds to Andrew Tanenbaum) • Soon more people joined the Linux camp. • Linux was no longer a hackers toy.

  21. History • As for Linus, he remains a simple man. • Unlike Bill Gates, he is not a billionaire. • Having completed studies, he moved to USA and landed a job at Transmeta Corporation. • After conducting a top-secret research and development project, Transmeta launched the Crusoe™ processor. • Linus was an active member of the research team. • Recently married to Tove, he is the proud father of a girl, Patricia Miranda Torvalds. • But he remains as the world's most favorite and most famous programmer to this date. • Revered by Computer communities worldwide, Linus is by far the most popular programmer on this planet.

  22. The Linux OS TODAY • Proving all the warning and prophecies of the skeptics wrong, Linux has completed a decade of development. • Today, Linux is one of the fastest growing operating systems in the history. • From a few dedicated fanatics in 1991-92 to millions of general users at present, it is certainly a remarkable journey. • The big businesses have 'discovered' Linux, and have poured millions of dollars into the development effort, denouncing the anti-business myth of the open-source movement. • IBM corp. once considered the archenemy of open-source hacker community, has come forward with a huge fund for development of open source Linux based solutions. • But what's really amazing is the continuously increasing band of developers spread throughout the world who work with a fervent zeal to improve upon the features of Linux. • The development effort is not, as many closed-sourced advocates accuse, totally engulfed with chaos. • A well designed development model supervised by some maintainers is adopted.

  23. The Linux OS TODAY • Along with this, there are thousands of developers working to port various applications to Linux. • Commercial enterprises are no longer wary of Linux. • With a large number of vendors providing support for Linux based products, it is no longer a 'do-at-your-own-risk' thing to use Linux at the office. • As for reliability, Linux certainly proved it during the nasty attacks of the CIH virus in 1999 and the love bug a year later, during which Linux based machines proved to be immune to the damages caused by these otherwise quite simple computer viruses. • Linux start-ups like Red Hat received a cordial response as they went public. • And even after the dot-com bust of the recent years, these companies continue to thrive and grow. • With this added confidence, many large and small businesses have adopted Linux based servers and workstations as an integral part of their offices.

  24. Linux in the Developing World • Perhaps the greatest change is the spread of Linux to the developing world. • In the days before Linux, developing countries were way behind in the field of computing. • The cost of hardware fell down, but the cost of software was a huge burden to the cash-strapped computer enthusiasts of the Third World countries. • In desperation, people resorted to piracy of almost all sorts of software products. • This resulted in widespread piracy, amounting to billions of dollars. • But then again, the pricetag of most of the commercial products were far beyond the reaches of the people in developing countries. • For example, a typical operating system product costs at least US $100 or more. • But in countries with per capita incomes of about US$200-300, that is a huge amount. • The rise of Linux and other related open source product has changed it all.

  25. Since Linux can be scaled to run in almost computer with very few resources, it has become a suitable alternative for low budget computer users. • Old, ancient 486/Pentium 1 computers that has become a part of history in the developed world are still used in developing countries. • And Linux has enabled to unleash the full potential of these computers. • The use of open source software has also proliferated, since the price of software is a big question. • In countries of Asia, Africa and Latin America, Linux has appeared as a way out for the masses of computer enthusiasts. • And a testament to the true global nature of Linux, local customizations were made in obscure parts of the world. • The Linux documentation now includes documents written in almost all the major languages...and also many minor ones, for example, Vietnamese.

More Related