New Page 1
Welcome to basicsofcomputer.com
 

Share This Free Knowledge With Your Friends:

Home » File System Management in Operating System » Uses of Directories and Names

Uses of Directories and Names:

Definition and Explanation of Directory:

Pile system is used to organize files and other file system objects by using directories. A directory or folder is a file system object that contains other file system objects. Actually, a directory is an object that contains the name of file system objects. In a system with one-to-one mapping between names and objects, the distinction between name and object is not very important. In some file systems, objects can have multiple names or no name, In this situation, the distinction become important.

The entries in directories determine full pathname or names associated with a file system object. Starting with root directory, the full pathname is constructed by concatenating the sequence of names. Consider the file system in the following figure. The directory D1 contains the names: D2, D3 and F1. The directory D2 contains no names. The directory D3 contains the names F1 and F2.

The above organization defines the following six full pathnames on Unix:

  • /D1
     
  • /D1/F1
     
  • /D1/D2
     
  • /D1/D3
     
  • /D1/D3/F1
     
  • /D1/D3/F2

In Windows and DOS, the names would be same. The difference is that front slash "/" will be replaced by back slash "\".

Relevant Articles:

Introduction to File System Management in Operating System
File Attributes in Operating System
File Operations in Operating System
What are Open Files in Operating System
File Structure in Operating System
Internal File Structure
Different Types of File System Objects
File System Architecture
Different Types of Access Methods
File Locking and File Blocking
File Protection in Operating System
File Management Module in Operating System
Uses of Directories and Names
Pre-Process Root Directory
Directory Structure
What is Directory Entries
 
New Page 1

Basic Computer Science

   
» The Age of Information

» Types of Computer and Digital Age

» Input and Output Devices

» Storage Devices Of Computer

» Central Processing Unit

» Software: The Power Behind The Power

» Data Communication and Computer Networks

» The Nature Of Information

» The System Theory

» Transaction Processing System (TPS) and Management Information System (MIS)

» Decision Support System (DSS) and Executive Support System (ESS)

» Expert System (ES) and Office Information System (OIS)

 

Operating Systems

   
» Introduction to Operating System

» Introduction to Process Management

» Threads and CPU Scheduling

» Process Synchronization in Operating System

» Deadlocks

» Memory Management in Operating System

» Virtual Memory in Operating System

» File System Management in Operating System

» I/O and Device Management

» Security

» Linux Operating System

 

Database Management System

   
» Introduction to Database Systems

» Database System Architecture

» Database Administration and Database Development Process

» The Entity-Relationship Model

» Semantic Object Model

» Logical Database Design and Relational Data Model

» Normalization in Database

» Transformation of E-R Model into Relational Data Model

» Representing Semantic Object Model and Types of Semantic Object Model

» Physical Database Design

» Introduction to Structured Query Language (SQL)

» Implementation of Relational Database and Database Application Design

» Client Server Database Systems & Open Database Connectivity (ODBC)

 

Questions and Answers

   
» Basics of Information Technology

» Computer Architecture

» Data Communication

» Information Networks

» Fundamentals of the Internet

» Application and Uses of Computer

» Security, Copyright and The Law

» Windows Operating Systems

» Spreadsheet Software

» Process Management in CPU

» CPU Scheduling

» Process Synchronization

» Deadlocks

» Memory Management

» Database Systems

» Database System Architecture

» Database Administration and Database Development Process
 
 
New Page 1
 

Home                Dictionary                 Contact us                   About us                    Privacy policy                  Link to us                   Advertise

Copy right ©  2012