LINUX FILE SYSTEMS ADMINISTRATION TOPIC 4.0. LINUX DIRECTORY STRUCTURE DIRECTORY STRUCTURE ABSOLUTE PATHNAME RELATIVE PATHNAME.

Slides:



Advertisements
Similar presentations
System Administration Storage Systems. Agenda Storage Devices Partitioning LVM File Systems.
Advertisements

RH030 Linux Computing Essentials
Linux can be generally divided into four major components: 1. KERNEL – OS, ultimate boss The kernel is the core program that runs programs and manages.
Linux+ Guide to Linux Certification, Second Edition
A Guide to Unix Using Linux Fourth Edition
CS 497C – Introduction to UNIX Lecture 11: - The File System Chin-Chih Chang
Open-File Backup & App. Consistent Snapshots Microsoft Volume Shadow Copy Service Introduced 2002 –VSS Broadly Adopted by 3 rd Party Backup Vendors –Enables.
Introduction to Unix (CA263) File System
Exploring the UNIX File System and File Security
Linux+ Guide to Linux Certification, Second Edition Chapter 3 Linux Installation and Usage.
1 Web Server Administration Chapter 3 Installing the Server.
GNU/Linux Filesystem 1 st AUT GNU/Linux Festival Computer Engineering & IT Department Bahador Bakhshi.
Linux+ Guide to Linux Certification, Second Edition
Linux Overview.
The UNIX File System.
Guide To UNIX Using Linux Third Edition
Chapter 2 INSTALLTION OF LINUX DISTRIBUTION. Minimum hardware requirement 1) DVD drive: You must have a DVD drive (either DVD-ROM or DVD burner), and.
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+ Guide to Linux Certification Chapter Three Linux Installation and Usage.
Guide To UNIX Using Linux Fourth Edition
Linux Installation and Administration – Lesson 5 Tutor: George Papamarkos Topic: Devices in Linux.
Introduction to Linux Installing Linux User accounts and management Linux’s file system.
Manage Directories and Files in Linux
Lesson 7-Creating and Changing Directories. Overview Using directories to create order. Managing files in directories. Using pathnames to manage files.
Guide to Linux Installation and Administration, 2e1 Chapter 3 Installing Linux.
Operating Systems Lecture 4. Agenda for Today Review of previous lecture Operating system structures Operating system design and implementation UNIX/Linux.
Linux+ Guide to Linux Certification, Third Edition
Chapter Two Exploring the UNIX File System and File Security.
1 Objectives Manage and install new file systems.
Operating Systems and Using Linux CMSC 104, Lecture 3 John Y. Park 1.
Operating System What is an Operating System? A program that acts as an intermediary between a user of a computer and the computer hardware. An operating.
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.
UNIX/LINUX OPERATING SYSTEM. Introduction to Linux Introduction to Unix History of UNIX What is Linux Linux Distributions Linux Installation Unix File.
Linux Kernel Management. Module 9 – Kernel Administration ♦ Overview The innermost layer of Linux operating system is the kernel, which is a thin layer.
Creating and Managing File Systems. Module 5 – Creating and Managing File Systems ♦ Overview This module deals with the structure of the file system,
1 © 2001 John Urrutia. All rights reserved. Chapter 4 The LINUX Filesystem.
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.
Advanced Programming in the UNIX Environment Hop Lee.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop V Files and the File System Part B – File System.
Chapter 9: Networking with Unix and Linux. Objectives: Describe the origins and history of the UNIX operating system Identify similarities and differences.
Linux file systems Name: Peijun Li Student ID: Prof. Morteza Anvari.
SUSE Linux Enterprise Desktop Administration Chapter 7 Manage Directories and Files.
Linux+ Guide to Linux Certification, Second Edition Chapter 4 Exploring Linux Filesystems.
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.
LINUX Zhengli Zhu, School of Life Sciences. Outline 1. ABC of Linux 2. Basic orers of Linux 3. Bash Programming.
Linux and Coldfusion MX Mid-Michigan Coldfusion User’s Group, Nov
Red Hat ® I NTERNET S YS A DMIN Introduction to Linux.
ORAFACT The Linux File System. ORAFACT Filesystem Support Support for dozens of filesystem types including: Minix, ext2, MS-DOS, UMSDOS, VFAT, NTFS, NFS,
BILKENT UNIVERSITY DEPARTMENT OF COMPUTER TECHNOLOGY AND INFORMATION SYSTEMS CTIS156 INFORMATION TECHNOLOGIES II FILES AND FILE SYSTEM STRUCTURE.
Chapter 8 Unix & Linux.
Guide to Linux Installation and Administration, 2e
UBUNTU INSTALLATION
Installing OS.
Linux file system administration
Structure of Unix OS.
Operating Systems and Using Linux
Operating Systems and Using Linux
The Linux Command Line Chapter 2
Exploring the UNIX File System and File Security
Operating Systems and Using Linux
IS3440 Linux Security Unit 4 Securing the Linux Filesystem
Operating Systems Lecture 4.
Operating Systems and Using Linux
Operating Systems and Using Linux
Operating Systems and Using Linux
Operating Systems and Using Linux
Chapter 4: The Linux Filesystem
Presentation transcript:

LINUX FILE SYSTEMS ADMINISTRATION TOPIC 4.0

LINUX DIRECTORY STRUCTURE DIRECTORY STRUCTURE ABSOLUTE PATHNAME RELATIVE PATHNAME

ABSOLUTE PATHNAME Tells about the complete path to a certain file or directory is. All absolute file names start with a slash because the slash indicates the root directory and then followed by the filesystem tree directory by directory. We use the slash not only for indicating the root directory, but also for separating the directories on the path. This is different from windows where we use a backslash for separating the directories.

RELATIVE PATHNAME It starts from the working directory. This is why you need some special symbols for indicating the relative positions in the filesystem. These symbols are a dot (.) and two dots (..) and they mean the working directory and the parent directory respectively.

WINDOWS vs LINUX FILE SYSTEM In Linux there is a single hierarchical directory structure. In Windows, there are typically many partitions with directories under these partitions. In Linux, everything starts from the root directory, represented by '/', and then expands into sub-directories. In Windows, it had various partitions and then directories under those partitions unlike Windows, Linux is case sensitive

LINUX DIRECTORIES DIRECTORYCONTENTS /bin/contains binaries of useful commands and shells /dev/contains files that communicate with hardware /etc/contains system configuration files /home/contains home directories for users /lib/contains shared libraries (Windows equivalent is.dll files) /mnt/contains - mountpoints /root/home directory of the root user /sbin/contains all binary files essential to the running of Linux /tmp/files that are required temporarily /usr/ contains all user binaries including programs like telnet, ftp, etc. /var/contains spooling data like mail

FILE SYSTEM ADMINISTRATION ext2 File systems The ext2 or second extended filesystem is a file system for the Linux kernel. It was initially designed by Rémy Card as a replacement for the extended file system (ext). ext2 was the default filesystem in Debian and Red Hat Linux

FILE SYSTEM ADMINISTRATION ext3 File systems The ext3 or third extended filesystem is a journaled file system that is commonly used by the Linux kernel. It is the default file system for many popular Linux distributions.

FILE SYSTEM ADMINISTRATION ReiserFS File systems is a general-purpose, journaled file system designed and implemented by a team at Namesys led by Hans Reiser. ReiserFS is currently supported on Linux. Introduced in version of the Linux kernel it was the first journaling file system to be included in the standard kernel. ReiserFS is the default file system on the Elive, Xandros, Linspire, GoboLinux, SUSE and Yoper Linux distributions.

FILE SYSTEM ADMINISTRATION XFS File systems is a high-performance journaling file system created by Silicon Graphics, originally for their IRIX operating system and later ported to the Linux kernel. XFS is particularly proficient at handling large files and at offering smooth data transfers.

FILE SYSTEM ADMINISTRATION VFAT File systems Short for Virtual File Allocation Table, a virtual installable files system driver used in Windows for Workgroups and Windows 95. VFAT operates in protected mode serves as an interface between applications and the File Allocation Table (FAT).