UNIX & LINUX Operating Systems

Slides:



Advertisements
Similar presentations
The Free Software Desktop Project By: Joshua Anglero
Advertisements

V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 7 Topics: Tech Talks Field Trip Complete VirtualBox/Ubuntu.
Introduction to UNIX Acknowledgement:Thanks to Dr Andrew Horner for the original version of this set of slides. All trademarks are the properties of their.
An exploration of the various options that users have with distributions of Linux.
Introducing Linux 1 st AUT GNU/Linux Festival Computer Engineering & IT Department Bahador Bakhshi.
Operating Systems.
Linux Introduction. Overview What is Unix/Linux? History of Linux Features Supported Under Linux The future of Linux.
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.
UNIX/Linux System Programming Jordan University of Science and Technology History.
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
ENGINEERING COMPUTING CENTER LINUX workshop
Linux Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Linux GUI Chapter 5. Graphical User Interface GUI vs. CLI Easier and more intuitive More popular and advanced Needed for graphics, web browsing Linux.
UNIX ™ /Linux Overview Unix/IP Preparation Course June 9, 2013 Lusaka, Zambia.
Course ILT Identifying network operating system features Unit objectives Discuss the features of Microsoft Windows NT, 2000, and Server 2003 Discuss the.
MODULE 4. “Hello everbody out there using minix – I am doing a (free) operating system just a hobby, won’t be big and professional like gnu) for 386(486)
LO2 Understand the key components used in networking
Overview of Linux Dr. Michael L. Collard 1.
유닉스, 왜 공부하나 ? 자동화 –GUI vs commands 서버 개발 능력, 관리 능력 – 데스크탑에서의 개발과 관리와의 차이 ?
Module 4 INTRODUCTION TO LINUX OPERATING SYSTEMS.
CENT 305 Information Systems Security Linux Introduction.
1 University of Palestine Faculty of Business Administration and Finance M.I.S Applications Application of Information Systems (Linux) Prepared By: Muhannad.
Introduction to Unix Part 1 Research Computing Workshops Fall 2008 Office of Information Technology & Mississippi Center for Supercomputing Research Jason.
Chap 1 ~ Introducing LINUX LINUX is a free-stable multi-user operating system that derives from UNIX operating system Benefits: 1) Linux is released under.
Jozef Goetz, My Lecture Notes Have tutorial values Comply with research-based principles for design Power Point presentation Concepts are presented.
Linux 简介. Contents Unix GNU/Linux, Distributions Basic usage Applications Compiling, compilers Clustering.
Introduction to Unix Part 1 Research Computing Workshops Office of Information Technology & Mississippi Center for Supercomputing Research Jason Hale &
Linux Introduction What is Linux? How do you use it?
Library 2.06 February 2009 Linux for Librarians Nishtha Anilkumar Librarian Physical Research Laboratory Ahmedabad.
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.
CSCI 330 UNIX and Network Programming Unit I Introduction.
Linux History C151 Multi-User Operating Systems. Open Source Programming Open source programming: 1983, Richard Stallman started the GNU Project (GNU.
Introduction to UNIX Karl Harrison September 2004.
Chapter 1: Introduction to Linux. 2 Introduction Computer Components: –Hardware –Software Types of hardware and software Important components of an OS.
CEG 2400 FALL 2012 Linux/UNIX Network Operating Systems.
System Requirements  Supports 32 bit i586 and 64 bit x86-64 PC hardware.  PowerPC(PPC) processors.  RAM: 256 MB minimum, 512 MB recommended.  Hard.
This slide deck is for LPI Academy instructors to use for lectures for LPI Academy courses. ©Copyright Network Development Group Module 01 Introduction.
A Brief Introduction to Linux Cheng-Han Du. History.
Chap 1 ~ Introducing LINUX LINUX is a free-stable multi-user operating system that derives from UNIX operating system Benefits: 1) Linux is released under.
A Brief Introduction to Linux Cheng-Han Du. History.
Course : PGClass : MCA Subject: Operating SystemSub.Code : 3CT11 Staff Name : S.SomasundaramYear & Sem : II nd & III rd.
Introduction to unix. The UNIX Operating System An operating system "OS” is a set of programs that controls a computer. It controls both the hardware.
Feeling Linux yourself Dr. Tran, Van Hoai Faculty of Computer Science and Engineering HCMC Uni. of Technology
Linux Essentials Chapter 1: Selecting an Operating System.
GNU and Linux.
Karl Harrison September 2004
IT320 Operating System Concepts
Operating System & Application Software
CSC227: Operating Systems
Lecture 1-Part 2: Operating-System Structures
CHAPTER 8 - OPERATING SYSTEM HISTORY
LINUX WINDOWS Vs..
Selected topic in computer science (1)
Welcome to Linux Chap#1 Hanin Abdulrahman.
Linux Introduction ITIS 2110.
Structure of Unix OS.
UNIX & LINUX Operating Systems
LINUX WINDOWS Vs..
CSE 303 Lecture 1 introduction to Linux/Unix environment
A short Linux History of UNIX/Linux
Lecture 5: UNIX & LINUX Operating Systems
Understanding Linux and the BASH shell v
Linux Professor Sabol.
Welcome to Linux Chap#1 Hanin Abdulrahman.
Section 1: Linux Basics and SLES9 Installation
Welcome to Linux Chap#1.
Chapter 1 What is UNIX? Graham Glass and King Ables,
Operating System By Prakash G Asnani
CIS 191 Linux and Unix Skills
Presentation transcript:

UNIX & LINUX Operating Systems Lecture 5: UNIX & LINUX Operating Systems 1nd semester 1437-1438 By: Adal ALashban

Linux is a UNIX Clone - Linux is a Unix clone written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the Net. It aims towards POSIX compliance. - However, “Open Group” do not approve of the construction “Unix-like”, and consider it misuse of their UNIX trademark.

Linux is Just a Kernel - Linux is just a kernel. All Linux distributions includes GUI system + GNU utilities (such as cp, mv, ls,date, bash etc) + installation & management tools + GNU c/c++ Compilers + Editors (vi) + and various applications (such as OpenOffice, Firefox). - However, most UNIX operating systems are considered as a complete operating system as everything come from a single source or vendor.

License and cost - Linux is Free. You can download it from the Internet or redistribute it under GNU licenses. - Most UNIX like operating systems are not free (but this is changing fast, for example OpenSolaris UNIX). - However, some Linux distributions such as Redhat / Novell provides additional Linux support, consultancy, bug fixing, and training for additional fees.

User-Friendly - Linux is considered as most user friendly UNIX like operating systems. - It makes it easy to install sound card, flash players, and other desktop goodies. - However, Apple OS X is most popular UNIX operating system for desktop usage.

Security Firewall Software Linux comes with open source netfilter/iptables based firewall tool to protect your server and desktop from the crackers and hackers. UNIX operating systems comes with its own firewall product.

Backup and Recovery Software UNIX and Linux comes with different set of tools for backing up data to tape and other backup media. However, both of them share some common tools such as tar, dump/restore, and cpio etc.

File Systems Linux by default supports and use ext3 or ext4 file systems. UNIX comes with various file systems such as jfs, gpfs (AIX), jfs, gpfs (HP-UX), jfs, gpfs (Solaris).

System Administration Tools UNIX comes with its own tools such as SAM on HP-UX. Suse Linux comes with Yast. Redhat Linux comes with its own gui tools called redhat-config-*. However, editing text config file and typing commands are most popular options for sys admin work under UNIX and Linux.

UNIX Operating System Names A few popular names: HP-UX IBM AIX Sun Solairs Mac OS X IRIX

Linux Distribution (Operating System) Names A few popular names: Redhat Enterprise Linux Fedora Linux Debian Linux Suse Enterprise Linux Ubuntu Linux

Common Things between Linux & UNIX Both share many common applications such as: GUI, file, and windows managers (KDE, Gnome). Shells (ksh, csh, bash). Various office applications such as OpenOffice.org. Development tools (perl, php, python, GNU c/c++ compilers). Posix interface.

A Sample UNIX Desktop Screenshot

A Sample Linux Desktop Screenshot

Other Issues In terms of quality, performance and feature set, there's little to separate Linux from the other UNIXes. Linux has yet to provide genuine real-time scheduling, which some other UNIX versions do well.

Thank You