Linux Basics. What is an Operating System (OS)? An Operating System (OS) is an interface between hardware and user which is responsible for the management.

Slides:



Advertisements
Similar presentations
OPERATING SYSTEM An operating system is a group of computer programs that coordinates all the activities among computer hardware devices. It is the first.
Advertisements

What is an operating system? Is it software?
Linux, it's not Windows A short introduction to the sub-department's computer systems Gareth Thomas.
COMPUTER SYSTEMS OPERATING SYSTEMS AND SOFTWARE NEXT.
GNU / Linux A free operating system. Summary History What can you find on a Linux OS Linux Economy.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
GNU, Linux and Open Source GNUKernel GNU/ Linux OpenSource.
CS 497C – Introduction to UNIX Lecture 3: Inside UNIX Chin-Chih Chang
Introduction to Linux Chapter 1. Operating Systems Operating System (OS) - most basic and important software on a computer Performs core tasks Organize.
LECTURE 14 Operating Systems and Utility Programs
Linux Introduction. Overview What is Unix/Linux? History of Linux Features Supported Under Linux The future of Linux.
Linux Operating system
BY: SACHIN SHRIVASTAVA Operating System By : Sachin Shrivastava 1.
Unix Presentation. What is an Operating System An operating system (OS) is a program that allows you to interact with the computer -- all of the software.
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
Operating System.
SOFTWARE.
Operating Systems Chapter 4.
Linux Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Lesson 4 Computer Software
Operating Systems Operating System
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Lesson 6 Operating Systems and Software
SOFTWARE.
Chapter 4: What is an operating system?. What is an operating system? A program or collection of programs that coordinate computer usage among users and.
Component 4: Introduction to Information and Computer Science Unit 4: Application and System Software 1 Health IT Workforce Curriculum Version 1.0/Fall.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
Chapter 4 System Software.
1 ITSK 2611 Welcome. 2 Operating System 3 What is an OS Resource Manager –Disk –Memory –CPU Device Manager –Printers –Video Card –Sound Card Utility.
Overview of Linux Dr. Michael L. Collard 1.
Operating Systems AOIT Principles of Information Technology.
3 3 3 CHAPTER System Software. 3 Objectives By the end of this lecture, you should know how to: –Describe the differences between system software and.
Lecture #10 COMPUTER SOFTWARE By Shahid Naseem (Lecturer)
1 University of Palestine Faculty of Business Administration and Finance M.I.S Applications Application of Information Systems (Linux) Prepared By: Muhannad.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Practical Computer Literacy Week-02
Introduction After seeing the pressure of license and proprietary software users where a lot of money is needed to make sure the software is in good condition,
Visualizing Technology© 2012 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation To Accompany Chapter 6 System Software.
1 The Five Parts of an Information System
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
* Property of STI Page 1 of 18 Software: Systems and Applications Basic Computer Concepts Software  Software: can be divided into:  systems software.
Module 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE.
Computers & Operating Systems
Kuliah 4 Pengantar Teknologi Informasi Oleh Coky Fauzi Alfi cokyfauzialfi.wordpress.com Software.
IT320 OPERATING SYSTEM CONCEPTS Unit 3: Welcome to Linux June 2011 Kaplan University 1.
IT320 OPERATING SYSTEM CONCEPTS Unit 3: Welcome to Linux September 2012 Kaplan University 1.
CS2204: Introduction to Unix January 19 th, 2004 Class Meeting 1 * Notes adapted by Christian Allgood from previous work by other members of the CS faculty.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Application Software System Software.
Lecture (7) Systems software and Application Software.Systems software and Application Software. Dr:Emad Elsharkawy Eng-Omar Salah Dr:Emad Elsharkawy 1.
BIF713 Operating System Concepts MS Windows. Agenda 1. What is an Operating System (definition)? 2. Types of Operating Systems 3. Basic Operations: –
3 February Introduction to Operating Systems.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop I Introduction to Linux Professional Training Academy.
Computer Operating Systems And Software applications.
This slide deck is for LPI Academy instructors to use for lectures for LPI Academy courses. ©Copyright Network Development Group Module 01 Introduction.
Computer Center | Network Group IISER Bhopal Introduction to Basic Component of Computer System Vinay Bajpai iiserb.ac.in Computer Center Indian.
A Brief Introduction to Linux Cheng-Han Du. History.
Linux Overview Date: 18/09/ Outline What is Operating System Operating System Services Types of Operating System Parts of Operating System Introduction.
IT320 Operating System Concepts
LINUX History In 1984 a project was launched by Richard Stallman to develop a complete Unix-like operating system that would be considered free software.
LINUX WINDOWS Vs..
Selected topic in computer science (1)
Welcome to Linux Chap#1 Hanin Abdulrahman.
FTP - File Transfer Protocol
OPEN SOURCE SOFTWARE (OSS)
LINUX WINDOWS Vs..
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Information Technology Ms. Abeer Helwa
Welcome to Linux Chap#1 Hanin Abdulrahman.
Welcome to Linux Chap#1.
Presentation transcript:

Linux Basics

What is an Operating System (OS)? An Operating System (OS) is an interface between hardware and user which is responsible for the management and coordination of activities and the sharing of the resources of the computer that acts as a host for computing applications run on the machine.

What is an Operating System (OS)? An Operating System is a computer program that manages the resources of a computer. It accepts keyboard or mouse inputs from users and displays the results of the actions and allows the user to run applications, or communicate with other computers via networked connections.

Functions Of Operating System Today most operating systems perform the following important functions: 1. Processor management, that is, assignment of processor to different tasks being performed by the computer system. 2. Memory management, that is, allocation of main memory and other storage areas to the system programs as well as user programs and data. 3. Input/output management, that is, co-ordination and assignment of the different output and input device while one or more programs are being executed. 4. File management, that is, the storage of file of various storage devices to another. It also allows all files to be easily changed and modified through the use of text editors or some other files manipulation routines. ……

Common Operating Systems The primary operating systems in use are Windows (Windows 98, XP, Vista, 7, 8), Macintosh OS X, the many versions of Linux and Unix. DOS is still used for some applications, and there are many other special- purpose operating systems (Embedded Linux). Android is a mobile operating system (OS) based on the Linux kernel and currently developed by Google.

What is Linux? The GNU operating system is a complete free software system, upward- compatible with Unix. GNU stands for “GNU's Not Unix”. Richard Stallman made the Initial Announcement of the GNU Project in September A longer version called the GNU Manifesto was published in September It has been translated into several other languages.Richard StallmanInitial AnnouncementGNU Manifestoother languages Linux is an operating system that was initially created as a hobby by a young student, Linus Torvalds, at the University of Helsinki in Finland. Linus had an interest in Minix, a small UNIX system, and decided to develop a system that exceeded the Minix standards. He began his work in 1991 when he released version 0.02 and worked steadily until 1994 when version 1.0 of the Linux Kernel was released. The kernel, at the heart of all Linux systems, is developed and released under the GNU General Public License and its source code is freely available to everyone. It is this kernel that forms the base around which a Linux operating system is developed. There are now literally hundreds of companies and organizations and an equal number of individuals that have released their own versions of operating systems based on the Linux kernel.operating systemUNIX systemGNU General Public LicenseLinux operating system

Richard Stallman, father of the GNU Project Linus displays Linux running on a notebook pc

Linux Kernel The Kernel is the heart of the Linux operating system, responsible for controlling the computer’s resource and scheduling user jobs so that each one gets its fair share of the resources. Programs interact with the kernel through special functions with well-known names, called system calls.

Different Distributions of Linux Red Hat: CentOS : Ubuntu: Mandrake: Debian: Knoppix:

CentOS ( Cent OS’s main advantage over RedHat enterprise is the fact that it is free.

Download ISO image file from: or Burn: CDBurnerXP or Nero Burning ROM How to Get CentOS

See Installation Guide ( /5.2/Installation_Guide/) CentOS 5 Installation Process ( /CentOS5InstallationProcess.ppt) /5.2/Installation_Guide/ /CentOS5InstallationProcess.ppt Installation

After installation, remember to start the services (SSH, FTP, Web, etc.) you want to run by using System – Administration – Server Settings – Services SSH and FTP: already started Web: httpd Start Services

Menu Software Collection (Firefox, OpenOffice, multimedia software, etc.) Similar to Windows and quite easy to use But Linux is mainly used to act as free (SSH, Web, FTP, , etc.) server Environment

Up already after installation Use terminal to try. Other computers can use SSH client or PuTTY to connect to SSH server PuTTY can be downloaded from SSH client can be downloaded from SSH Server

Up already after installation Other computers can use Secure File Transfer Client or WinSCP to connect and then upload or download files WinSCP can be downloaded from FTP Server

You may use other computers (Frontpage, Dreamweaver, etc.) to create homepage and then use FTP or USB drive to copy the homepage files to /var/www/html/ Other computers use browsers to connect to or e.g., Apache Web Server

The Linux Home Page at Linux Online ( 鳥哥的 Linux 私房菜 ( Google (use it to search useful information) Basic UNIX commands ( unix.html) unix.html Linux Documentation

The most useful documentation ( ployment_Guide/) ployment_Guide/ CentOS Documentation