Understanding Linux and the BASH shell v

Slides:



Advertisements
Similar presentations
CyberPatriot: An Introduction to GNU/Linux 9/10/10 Joshua White Director of CyOON R&D Everis Inc (315)
Advertisements

Linux Operating System Linux is a free open-source operating system based on Unix. Linux was originally created by Linus Torvalds with the assistance of.
Introduction to Linux Video task 1. Five reasons to use Linux Data security Price Reliability It is modified for the needs of a user It is easy to use.
A new look at the Linux Operating System
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 Linux Operating System “UBUNTU”. Operating System- it is responsible for the management and coordination of activities of hardware and.
Introduction to Linux Chapter 1. Operating Systems Operating System (OS) - most basic and important software on a computer Performs core tasks Organize.
Basic Unix Dr Tim Cutts Team Leader Systems Support Group Infrastructure Management Team.
Linux Introduction. Overview What is Unix/Linux? History of Linux Features Supported Under Linux The future of Linux.
Linux Operating system
 Student’s Name : Maysa Timraz.  Instructor’s Name : Rasha Atallah.  ID : ٍ
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.
Linux Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Linux Last Update Copyright Kenneth M. Chipps Ph.D. 1.
Overview of Linux Dr. Michael L. Collard 1.
CIS 191 – Lesson 2 System Administration. CIS 191 – Lesson 2 System Architecture Component Architecture –The OS provides the simple components from which.
유닉스, 왜 공부하나 ? 자동화 –GUI vs commands 서버 개발 능력, 관리 능력 – 데스크탑에서의 개발과 관리와의 차이 ?
EMT 2390L Lecture 1 Dr. José M. Reyes Álamo. Outline About Linux Install Linux in a Virtual Machine.
Working with Ubuntu Linux Track 2 Workshop June 2010 Pago Pago, American Samoa.
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.
Module 4 Open Source Linux Open Source Linux. MODULE OVERVIEW Part 1 What is Linux? Part 2 Linux Community & Open Source Part 3 Overview of Linux Features.
Chapter 1: Welcome to Linux An intro to UNIX-related operating systems.
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.
University of Maryland Baltimore County UMBC Computer Science 691 Final Presentation Installation much like that of Linux Installation much like that.
Getting Started With Ubuntu Linux Presented by Grant Root
Linux History C151 Multi-User Operating Systems. Open Source Programming Open source programming: 1983, Richard Stallman started the GNU Project (GNU.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop I Introduction to Linux Professional Training Academy.
Silberschatz, Galvin and Gagne ©2011 Operating System Concepts Essentials – 8 th Edition Chapter 2: The Linux System Part 1.
Choosing and Installing a Linux Distribution Tutor: George Papamarkos City University October 5, 2004.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 8 Linux.
Linux Operating System By: Julie Dunbar. Overview Definitions History and evolution of Linux Current development In reality ◦United States  Business.
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.
UNIX U.Y: 1435/1436 H Operating System Concept. What is an Operating System?  The operating system (OS) is the program which starts up when you turn.
Systems Software / The Operating System CSC October 14, 2010.
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.
CHAP-1 INTRODUCTION TO LINUX 1 Created By: Asst. Prof. Ashish Shah, J.M.Patel College of Commerce.
Feeling Linux yourself Dr. Tran, Van Hoai Faculty of Computer Science and Engineering HCMC Uni. of Technology
Linux Basics Part 1 OSU Picture © Greg Keene. Introductions Lance Albertson Greg Lund-Chaix source:
Gaël Cuenot / IUP1 GMI 1 May 12, 2005 Gnu / Linux.
Computer Technology Project Distros Lars Noodén
Computer Technology Project
GNU and Linux.
IT320 Operating System Concepts
Linux - computer operating system
Stony Brook Integrative Structural Biology Organization
What is F/LOSS? By Scot Henderson.
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.
Choosing and Installing a Linux Distribution
LINUX WINDOWS Vs..
Selected topic in computer science (1)
UNIX & LINUX Operating Systems
Group members Byron Farrell Zhimian Wu Mingjun Gao Calvin Ho
Linux Introduction ITIS 2110.
UNIX & LINUX Operating Systems
A Guide on Top Linux Distribution in 2016
Linux Not in textbook.
R Programming.
LINUX WINDOWS Vs..
CSE 303 Lecture 1 introduction to Linux/Unix environment
Chapter 2: The Linux System Part 1
Lecture 5: UNIX & LINUX Operating Systems
Operating Systems.
Linux Professor Sabol.
Section 1: Linux Basics and SLES9 Installation
Consult America Technology Consulting Services
Module 02 Operating Systems
Presentation transcript:

Understanding Linux and the BASH shell v2018-11 Linux Basics Understanding Linux and the BASH shell v2018-11

What (exactly) is Linux?

Unix, Posix and Linux Unix was a set of concepts which defined a number of early operating systems developed in the 1970s. These concepts allowed for interoperability of software written based on them. The original Unix concepts developed into POSIX, a more formal standard defining The way that devices, configuration, memory and libraries are handled A standardised development environment based on C and make A core set of commands and a command interpreter (shell) in which to run them A standard set of documentation

Linux - what most people now use (apart from OSX!) Linux is more correctly called GNU/Linux Linux is the kernel GNU is a collection of applications and libraries POSIX The way that devices, configuration, memory and libraries are handled A standardised development environment based on C and make A core set of commands and a shell in which to run them A standard set of documentation

Linux comes in different distributions They vary in Their choice of (non-core) software Their support packages (the way software is installed for example) How much non-core software they provide Their frequency of update and length of support

Most Popular Distributions Ubuntu Mostly aimed at desktop users Friendly and well supported Regular updates (some with long term support) Based on Debian Other offshoots such as Mint CentOS Free version of the RedHat commercial distro Mostly aimed at servers Stable software and long term support Used in many large environments

Specialised Distributions Bio Linux Many pre-built scientific programs Based on Ubuntu ROCKS Linux distribution to run on clusters Includes automated building and management Based on CentOS