Module 2 - The File System

Slides:



Advertisements
Similar presentations
Abbas al Ali 441 Murtadha al Nasser 499 Mohammed al Dokhi 468 Ali Khuder 448 Ammar 463.
Advertisements

Hp education services education.hp.com 85 System Crash Dump Version C.00 H4264S Module 9 Slides.
Chapter 9: Understanding System Initialization The Complete Guide To Linux System Administration.
INSTALLING LINUX.  Identify the proper Hardware  Methods for installing Linux  Determine a purpose for the Linux Machine  Linux File Systems  Linux.
Linux Installation LINUX INSTALLATION. Download LINUX Linux Installation To install Red Hat, you will need to download the ISO images (CD Images) of the.
L V M A Logical Volume Manager for Linux by Heinz Mauelshagen Sistina, Inc.
Introduction to Unix (CA263) File System
Exploring the UNIX File System and File Security
MCT260-Operating Systems I Operating Systems I Navigating the File System.
1 Web Server Administration Chapter 3 Installing the Server.
GNU/Linux Filesystem 1 st AUT GNU/Linux Festival Computer Engineering & IT Department Bahador Bakhshi.
Chapter 5 Accessing Files and Directories. How Directories Get Created OS installation: usr, dev, etc, export, kernel and others places to store installation.
The UNIX File System.
Guide To UNIX Using Linux Third Edition
Introduction to UNIX GPS Processing and Analysis with GAMIT/GLOBK/TRACK T. Herring, R. King. M. Floyd – MIT UNAVCO, Boulder - July 8-12, 2013 Directory.
Working in DOS DOS is a true operating system
Disk Volume Management CSS-1. Terms  Extent – any contiguous set of clusters  Partition – extent treated as a disk  Volume - partition formatted with.
A Mini UNIX Tutorial. What’s UNIX?  An operating system run on many servers/workstations  Invented by AT&T Bell Labs in late 60’s  Currently there.
Linux Shell. 2 Linux Command-Line Interface ■ Linux shells: A shell is a command interpreter that allows you to type commands from the keyboard to interact.
Comandos Windows. ASSOC - Displays or modifies file extension associations.
File System and Directory Structure in Linux. What is File System In a computer, a file system is the way in which files are named and where they are.
Guide To UNIX Using Linux Fourth Edition
Chapter 8 File Management
LINUX FILE SYSTEMS ADMINISTRATION TOPIC 4.0. LINUX DIRECTORY STRUCTURE DIRECTORY STRUCTURE ABSOLUTE PATHNAME RELATIVE PATHNAME.
Lesson 7-Creating and Changing Directories. Overview Using directories to create order. Managing files in directories. Using pathnames to manage files.
Chapter 2 BAI517 Chris Redford.  Different version of Linux are called Distributions or Distros. Each one has its strengths and focus: Red Hat / Fedora.
PC Maintenance: Preparing for A+ Certification Chapter 10: Introduction to Disk Storage.
Chapter Two Exploring the UNIX File System and File Security.
1 Objectives Manage and install new file systems.
UNIX/LINUX Shells Shell is an UNIX/LINUX command interpreter. Shell command can be internal or external. The code to execute an internal command is part.
UNIX/LINUX SHELLS.  “A Unix shell is a command-line interpreter or shell that provides a traditional user interface for the Unix operating system and.
Manage Directories and Files in Linux. 2 Objectives Understand the Filesystem Hierarchy Standard (FHS) Identify File Types in the Linux System Change.
Chapter Two Exploring the UNIX File System and File Security.
Creating and Managing File Systems. Module 5 – Creating and Managing File Systems ♦ Overview This module deals with the structure of the file system,
Project 6 Unix File System. Administrative No Design Review – A design document instead 2-3 pages max No collaboration with peers – Piazza is for clarifications.
System Administrator Responsible for? Install OS Network Configuration Security Configuration Patching Backup Performance Management Storage Management.
Manage Directories and Files in Linux Part 2. 2 Identify File Types in the Linux System The file types in Linux referred to as normal files and directories.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop V Files and the File System Part B – File System.
FAT File Allocation Table
Slide: 1 UNIX FILE SYSTEM By:Qing Yang ID: Operating System Research Topic December, 2000.
CS 245 – Part 1 Using Operating Systems and Networks for Programmers Jiang Guo Dept. of Computer Science California State University Los Angeles.
System Administrator Responsible for? Install OS Network Configuration Security Configuration Patching Backup Performance Management Storage Management.
Chapter 2 BAI517 Chris Redford.  Different version of Linux are called Distributions or Distros. Each one has its strengths and focus: Red Hat / Fedora.
More Unix Naomi Altman. Directories Directory = folder mkdir - makes a new directory rmdir - removes an empty directory cd mydirectory - moves you into.
Module 1 - Introduction to Linux. Users must log-in Linux is case sensitive File and Directories naming conventions (No spaces!) Files and Directories.
NTFS Filing System CHAPTER 9. New Technology File System (NTFS) Started with Window NT in 1993, Windows XP, 2000, Server 2003, 2008, and Window 7 also.
Lecture 02 File and File system. Topics Describe the layout of a Linux file system Display and set paths Describe the most important files, including.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 8 Linux.
CEG 2400 FALL 2012 Linux/UNIX Network Operating Systems.
System initialization Unit objectives A.Outline steps necessary to boot a Linux system, configure LILO and GRUB boot loaders, and dual boot Linux with.
LINUX Zhengli Zhu, School of Life Sciences. Outline 1. ABC of Linux 2. Basic orers of Linux 3. Bash Programming.
1 C1-UD 6-2 INSTALLING LINUX Academic Year DAI. Credit 1 (Single and Multiuser Operating Systems) Ferran Chic PELE-08/09 (Pla Experimental Llengües.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.
UNIX Filesystem and Hierarchy AfNOG 2008 Workshop May Rabat, Morocco.
Andrea Chierici Virtualization tutorial Catania 1-3 dicember 2010
L V M A Logical Volume Manager for Linux by Heinz Mauelshagen
OPS235: Week 2 Installing Linux
GRUB 2 Dave Soergel.
UBUNTU INSTALLATION
Linux/Unix - Download Ubuntu Linux :
Proc File System Sadi Evren SEKER.
Chapter 6 File Systems CSNB113 SYSTEM ADMINISTRATION
Basic Commands ls cp ls –l (in detail format) echo ls –a
UNIX Filesystem and Hierarchy
Exploring the UNIX File System and File Security
Operating System Module 1: Linux Installation
OPS235 MANAGING LVMs – PART I
OPS235: Week 5 Lab4: Investigations 1 – 3
Shells, Help, and Paths.
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
Presentation transcript:

Module 2 - The File System

Linux File Types Directories Files (text files & scripts) Binaries Links (soft/symbolic links)

The Linux Directory Tree

Directories and Functions

The Linux PATH What is PATH ? PATH is an environmental variable in Linux and other Unix-like operating systems that tells the shell which directories to search for executable files. /etc/sysconfig/network /home/hagay/Desktop

Absolute and Relative Path An absolute path starts from the top of the tree # cd /home/hagay/Desktop A relative path NEVER starts with / # cd hagay/Desktop * assuming /home is where we are

Navigating in space The cd command (Change Directory) # cd - Take me to my home directory # cd /etc/sysconfig - take me to directory # cd - - take me to the former directory # cd .. - take me one directory UP # cd ~avi - take me to Avi’s home directory

The Linux File System The current default file system is ext4 Previous versions where ext2 and ext3 ext4 can support partition size of up to 1 exbibyte (1 exbibyte = 1,152921.5046068 terabytes) ext4 can support a single file size of approximately 1 terabyte

The Linux File System and Directory Tree Integration In Linux we often integrate the file system (partitions) with the Linux directory tree. Remember our installation ? We created partitions for some of the Top-Level directories: /boot - 500MB partition / - 10GB partition /var - 2GB partition

The Linux Logical Volume Manager LVM is a logical volume manager for the Linux kernel. it manages disk drives and similar mass-storage devices. The term "volume" refers to a disk drive or partition thereof. It was originally written in 1998 by Heinz Mauelshagen, who based its design on that of the LVM in HP-UX.

The Linux LVM Diagram

<Insert Picture Here>