SlideShare una empresa de Scribd logo
1 de 27
FILE MANAGEMENT
PRESENTED BY
M.RAMYA.
M.sc(CS & IT)
NADAR SARASWATHI COLLEGE
OF ARTS & SCIENCE.
VADAPUDUPATTI , THENI.
FILE MANAGEMENT
• A file management system is a type of software that manages
data files in a computer system.
• It has limited capabilities and is designed to manage individual
or group files, such as special office documents and records.
• It may display report details, like owner, creation date, state of
completion and similar features useful in an office
environment.
• A file management system is also known as a file manage
FILES
• Files are used for storing the Data of the users for a Long time
Period.
• The files can contains any type of information means they can
Store the text, any Images or Pictures or any data in any
Format.
• So that there must be Some Mechanism those are used for
Storing the information, Accessing the information and also
Performing Some Operations on the files.
TYPES OF FILES
• Field
• Record
• File
• Database
• FIELD:
A field is the basic element of data . An individual field
contains a single value such as an employee’s last name, a date
, or the values of a sensor reading . It is characterized by its
length and data type.
• RECORD:
It is a collection of related fields that can be treated as a
unit by some application programs.
eg: An employee record would contains such fields as name ,
social security number , and soon.
• FILE:
File is a collection of similar records . It is treated as a
single entity by users and applications and may be referenced
by name .files have unique file names and may be created and
deleted.
• DATABASE:
It is a collection of related data . Database may contains
all the information related to an organization or projects such
as business or a scientific study .
FILE MANAGEMENT SYSTEM
• A file management system is that set of system software that
provides services to users and applications related to the use of
files . A user are application may access files is through the file
management system.
OBJECTIVES FOR THE FILE MANAGEMENT
SYSTEM
• Guarantees data in the file is valid .
• Optimizes performs in terms of throughput and response time.
• Provide I/O support for storage device type.
• Provide I/O support for multiple users.
• Minimize are eliminate the potential for lost or destroyed data.
• Provide a standardized set of I/O interface routines.
• Meet the data management needs and requirements for the user.
REQUIREMENTS
• Each user should be able to create , delete and change files.
• Each user may have controlled accesses to other users files.
• Each user may control what types of accesses are allowed to the users files.
• Each user should be able to restructure the users files in a form
appropriated to the problem.
• Each user should be able to move data between files.
• Each user should be able to back up and recover the users files in case of
damage.
• Each user should be able to access the users files by a symbolic name.
FILE SYSTEM ARCHITECTURE
• Different system will be organized differently , but this
organization is reasonably representative.
• At the lowest level , device drivers communicate directly with
peripheral devices or their controllers are channels . A device driver
is responsible for starting I/O operations on a device and processing
the completion of an I/O request . In file operations, typical devices
controlled are disk and tape drives . Devices drives are considered to
be part of the operating system.
• The next level is referred to as the basic file system or the
physical I/O level , which is the primary interface with the
environment outside of the computer system . It deals with
blocks of data that are exchanged with disk or tape systems.
• The basic I/O supervisor is responsible for all file I/O
initiation and termination . At this level , control structures are
maintained that deal with device I/O , scheduling and file
status . The basic I/O supervisor is concerned with the
selection of the device on which file I/O is to be performed ,
on the basis of which file has been selected.
• Logical I/O is the part of the file system that allows users and
applications to access records . Thus , where as the basic file
system deals with blocks of data , the logical I/O module deals
with file records . Logical I/O provides a general-purpose record
I/O capability and maintains basic data about files.
• Finally , the level of the file system closest the user is usually
termed the access method . It provides a standard interface
between applications and the file systems and devices that hold
the data . Different access methods reflect different file structures
and different ways of accessing and processing the data .
FILE ORGANIZATION AND ACCESS
A file consists of a collection of records. In this section , we
use the term file organization to refer to the logical structuring
of the records as determined by the way in which they are
accessed.
Several criteria are important:
• Rapid access for effective information retrieval.
• Ease of update to aid in having up-to-date information.
• Economy of storage to reduce storage costs.
• Simple maintenance to reduce cost and potential for error.
• Reliability to assure confidence in the data.
Most structure used in actual systems either fall into one of
these categories or can be implemented with a combination of
these organizations.
The five organization are:
• The pile
• The sequential file
• The indexed-sequential file
• The indexed file
• The direct , or hashed , file
THE PILE
• The least complicated form of file organization may be termed
the pile.
• Each field should be self-describing , including a field name as
well as value.
• There is no structure to the pile file . pile files are perfectly
adequate for exhaustive searches and are easy to update.
THE PILE
Variable-length records
Variable set of fields
Chronological order
THE SEQUENTIAL FILE
• The most common form of file structure is the sequential file.
• In this type of file , a fixed format is used for records . All
records are the same length , consisting of the same number of
fields of fixed length in a particular order.
• The sequential file organization is the only one that is easily
stored on tape as well as on disk.
THE SEQUENTIAL FILE
Fixed-length records
Fixed set of fields in fixed order
Sequential order based on key field
THE INDEXED SEQUENTIAL FILE
• The most popular approach to overcoming the disadvantages
of the sequential is the indexed sequential file.
• The indexed provides a lookup capability to quickly reach the
desired record.
• Each record in the indexed file consists of two fields: a key
field , which is the same as the key field in the main file and a
pointer into the main file.
THE INDEXED SEQUENTIAL FILE
THE INDEXED FILE
• The indexed sequential file retains one limitation of the
sequential file . Effective processing is limited to that which is
based on a single field of the file.
• Two types of indexes are used.
• An exhaustive index contains one entry for every record in
the main file.
• A partial index contains entries to records where the field of
interest exists.
THE INDEXED FILE
THE DIRECT , OR HASHED , FILE
• The direct , or hashed , file exploits the capability found on
disks to directly access any block of a known address.
• Direct file are often used where very rapid access is required ,
where records of fixed length are used and records are always
access one at a time.
• Example:
directories , pricing tables , schedules and name lists.
FILE DIRECTORIES
CONTENT:
• File management system and collection of files is a file
directory.
• The directory contains information about the files , including
attributes , location and ownership.
• Virtually all system deal with different types of files and
different file organizations and this information is also
provided.
STRUCTURE:
The requirements for a file structure , it is well to consider the
types of operations that may be performed on the directory:
• Search
• Create file
• Delete file
• List directory
NAMING:
• User needs to be refer to a file by a symbolic name . Each file
in the system must have a unique name .
• The path name /user B/word/unit A/ABC . The slash is used to
delimit names the sequence.
• The name of the master directory is implicit because all paths
start that directory.
• An interactive user or a process have associated with it a
current directory , often referred to as the working directory.
File Management

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Disk management
Disk managementDisk management
Disk management
 
File system in operating system e learning
File system in operating system e learningFile system in operating system e learning
File system in operating system e learning
 
File management
File managementFile management
File management
 
File organization 1
File organization 1File organization 1
File organization 1
 
File system
File systemFile system
File system
 
File Management
File ManagementFile Management
File Management
 
File organisation
File organisationFile organisation
File organisation
 
Disk and File System Management in Linux
Disk and File System Management in LinuxDisk and File System Management in Linux
Disk and File System Management in Linux
 
CHAP 2 - FILE MANAGEMENT
CHAP 2 - FILE MANAGEMENTCHAP 2 - FILE MANAGEMENT
CHAP 2 - FILE MANAGEMENT
 
File management
File managementFile management
File management
 
directory structure and file system mounting
directory structure and file system mountingdirectory structure and file system mounting
directory structure and file system mounting
 
Computer storage devices
Computer storage devicesComputer storage devices
Computer storage devices
 
File system
File systemFile system
File system
 
Operating Systems - Implementing File Systems
Operating Systems - Implementing File SystemsOperating Systems - Implementing File Systems
Operating Systems - Implementing File Systems
 
File system Os
File system OsFile system Os
File system Os
 
Operating systems system structures
Operating systems   system structuresOperating systems   system structures
Operating systems system structures
 
Chapter 11 - File System Implementation
Chapter 11 - File System ImplementationChapter 11 - File System Implementation
Chapter 11 - File System Implementation
 
File Systems
File SystemsFile Systems
File Systems
 
Partitioning a Hard Drive
Partitioning a Hard DrivePartitioning a Hard Drive
Partitioning a Hard Drive
 
Operating Systems - File Management
Operating Systems -  File ManagementOperating Systems -  File Management
Operating Systems - File Management
 

Similar a File Management

Similar a File Management (20)

File Management
File ManagementFile Management
File Management
 
File management in OS
File management in OSFile management in OS
File management in OS
 
UNIT7-FileMgmt.pptx
UNIT7-FileMgmt.pptxUNIT7-FileMgmt.pptx
UNIT7-FileMgmt.pptx
 
Chapter 12.pptx
Chapter 12.pptxChapter 12.pptx
Chapter 12.pptx
 
Wk 1 - File organization.pptx
Wk 1 - File organization.pptxWk 1 - File organization.pptx
Wk 1 - File organization.pptx
 
ITFT_File system interface in Operating System
ITFT_File system interface in Operating SystemITFT_File system interface in Operating System
ITFT_File system interface in Operating System
 
fileanddirectory-PID.pptx
fileanddirectory-PID.pptxfileanddirectory-PID.pptx
fileanddirectory-PID.pptx
 
File and directory
File and directoryFile and directory
File and directory
 
File Management & Access Control
File Management & Access Control File Management & Access Control
File Management & Access Control
 
Database
DatabaseDatabase
Database
 
file management
file managementfile management
file management
 
File System operating system operating system
File System  operating system operating systemFile System  operating system operating system
File System operating system operating system
 
Ch10 file system interface
Ch10   file system interfaceCh10   file system interface
Ch10 file system interface
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
File Processing System
File Processing SystemFile Processing System
File Processing System
 
File System.pptx
File System.pptxFile System.pptx
File System.pptx
 
Lec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systemsLec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systems
 
Model of file system
Model of file systemModel of file system
Model of file system
 
Unit 4 File and Data Management
Unit 4 File and Data ManagementUnit 4 File and Data Management
Unit 4 File and Data Management
 
Unit 4 file and data management
Unit 4 file and data managementUnit 4 file and data management
Unit 4 file and data management
 

Más de ramya marichamy

Más de ramya marichamy (19)

NETWORK DEVICE SECURITY NETWORK HARDENING
NETWORK DEVICE SECURITY NETWORK HARDENINGNETWORK DEVICE SECURITY NETWORK HARDENING
NETWORK DEVICE SECURITY NETWORK HARDENING
 
DIGITAL VIDEO DATA SIZING AND OBJECT BASED ANIMATION
DIGITAL VIDEO DATA SIZING AND OBJECT BASED ANIMATIONDIGITAL VIDEO DATA SIZING AND OBJECT BASED ANIMATION
DIGITAL VIDEO DATA SIZING AND OBJECT BASED ANIMATION
 
Image processing
Image processingImage processing
Image processing
 
Classical encryption techniques
Classical encryption techniquesClassical encryption techniques
Classical encryption techniques
 
Servlets api overview
Servlets api overviewServlets api overview
Servlets api overview
 
Divide and conquer
Divide and conquerDivide and conquer
Divide and conquer
 
Region based segmentation
Region based segmentationRegion based segmentation
Region based segmentation
 
Design notation
Design notationDesign notation
Design notation
 
Mining single dimensional boolean association rules from transactional
Mining single dimensional boolean association rules from transactionalMining single dimensional boolean association rules from transactional
Mining single dimensional boolean association rules from transactional
 
Architecture of data mining system
Architecture of data mining systemArchitecture of data mining system
Architecture of data mining system
 
segmentation
segmentationsegmentation
segmentation
 
Arithmetic & Logic Unit
Arithmetic & Logic UnitArithmetic & Logic Unit
Arithmetic & Logic Unit
 
SHADOW PAGING and BUFFER MANAGEMENT
SHADOW PAGING and BUFFER MANAGEMENTSHADOW PAGING and BUFFER MANAGEMENT
SHADOW PAGING and BUFFER MANAGEMENT
 
B+ tree
B+ treeB+ tree
B+ tree
 
pointer, virtual function and polymorphism
pointer, virtual function and polymorphismpointer, virtual function and polymorphism
pointer, virtual function and polymorphism
 
Managing console i/o operation,working with files
Managing console i/o operation,working with filesManaging console i/o operation,working with files
Managing console i/o operation,working with files
 
Operator overloading
Operator overloadingOperator overloading
Operator overloading
 
microcomputer architecture - Arithmetic instruction
microcomputer architecture - Arithmetic instructionmicrocomputer architecture - Arithmetic instruction
microcomputer architecture - Arithmetic instruction
 
High speed lan
High speed lanHigh speed lan
High speed lan
 

Último

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 

Último (20)

ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

File Management

  • 1. FILE MANAGEMENT PRESENTED BY M.RAMYA. M.sc(CS & IT) NADAR SARASWATHI COLLEGE OF ARTS & SCIENCE. VADAPUDUPATTI , THENI.
  • 2. FILE MANAGEMENT • A file management system is a type of software that manages data files in a computer system. • It has limited capabilities and is designed to manage individual or group files, such as special office documents and records. • It may display report details, like owner, creation date, state of completion and similar features useful in an office environment. • A file management system is also known as a file manage
  • 3. FILES • Files are used for storing the Data of the users for a Long time Period. • The files can contains any type of information means they can Store the text, any Images or Pictures or any data in any Format. • So that there must be Some Mechanism those are used for Storing the information, Accessing the information and also Performing Some Operations on the files.
  • 4. TYPES OF FILES • Field • Record • File • Database
  • 5. • FIELD: A field is the basic element of data . An individual field contains a single value such as an employee’s last name, a date , or the values of a sensor reading . It is characterized by its length and data type. • RECORD: It is a collection of related fields that can be treated as a unit by some application programs. eg: An employee record would contains such fields as name , social security number , and soon.
  • 6. • FILE: File is a collection of similar records . It is treated as a single entity by users and applications and may be referenced by name .files have unique file names and may be created and deleted. • DATABASE: It is a collection of related data . Database may contains all the information related to an organization or projects such as business or a scientific study .
  • 7. FILE MANAGEMENT SYSTEM • A file management system is that set of system software that provides services to users and applications related to the use of files . A user are application may access files is through the file management system.
  • 8. OBJECTIVES FOR THE FILE MANAGEMENT SYSTEM • Guarantees data in the file is valid . • Optimizes performs in terms of throughput and response time. • Provide I/O support for storage device type. • Provide I/O support for multiple users. • Minimize are eliminate the potential for lost or destroyed data. • Provide a standardized set of I/O interface routines. • Meet the data management needs and requirements for the user.
  • 9. REQUIREMENTS • Each user should be able to create , delete and change files. • Each user may have controlled accesses to other users files. • Each user may control what types of accesses are allowed to the users files. • Each user should be able to restructure the users files in a form appropriated to the problem. • Each user should be able to move data between files. • Each user should be able to back up and recover the users files in case of damage. • Each user should be able to access the users files by a symbolic name.
  • 10. FILE SYSTEM ARCHITECTURE • Different system will be organized differently , but this organization is reasonably representative. • At the lowest level , device drivers communicate directly with peripheral devices or their controllers are channels . A device driver is responsible for starting I/O operations on a device and processing the completion of an I/O request . In file operations, typical devices controlled are disk and tape drives . Devices drives are considered to be part of the operating system.
  • 11. • The next level is referred to as the basic file system or the physical I/O level , which is the primary interface with the environment outside of the computer system . It deals with blocks of data that are exchanged with disk or tape systems. • The basic I/O supervisor is responsible for all file I/O initiation and termination . At this level , control structures are maintained that deal with device I/O , scheduling and file status . The basic I/O supervisor is concerned with the selection of the device on which file I/O is to be performed , on the basis of which file has been selected.
  • 12. • Logical I/O is the part of the file system that allows users and applications to access records . Thus , where as the basic file system deals with blocks of data , the logical I/O module deals with file records . Logical I/O provides a general-purpose record I/O capability and maintains basic data about files. • Finally , the level of the file system closest the user is usually termed the access method . It provides a standard interface between applications and the file systems and devices that hold the data . Different access methods reflect different file structures and different ways of accessing and processing the data .
  • 13. FILE ORGANIZATION AND ACCESS A file consists of a collection of records. In this section , we use the term file organization to refer to the logical structuring of the records as determined by the way in which they are accessed. Several criteria are important: • Rapid access for effective information retrieval. • Ease of update to aid in having up-to-date information. • Economy of storage to reduce storage costs. • Simple maintenance to reduce cost and potential for error. • Reliability to assure confidence in the data.
  • 14. Most structure used in actual systems either fall into one of these categories or can be implemented with a combination of these organizations. The five organization are: • The pile • The sequential file • The indexed-sequential file • The indexed file • The direct , or hashed , file
  • 15. THE PILE • The least complicated form of file organization may be termed the pile. • Each field should be self-describing , including a field name as well as value. • There is no structure to the pile file . pile files are perfectly adequate for exhaustive searches and are easy to update.
  • 16. THE PILE Variable-length records Variable set of fields Chronological order
  • 17. THE SEQUENTIAL FILE • The most common form of file structure is the sequential file. • In this type of file , a fixed format is used for records . All records are the same length , consisting of the same number of fields of fixed length in a particular order. • The sequential file organization is the only one that is easily stored on tape as well as on disk.
  • 18. THE SEQUENTIAL FILE Fixed-length records Fixed set of fields in fixed order Sequential order based on key field
  • 19. THE INDEXED SEQUENTIAL FILE • The most popular approach to overcoming the disadvantages of the sequential is the indexed sequential file. • The indexed provides a lookup capability to quickly reach the desired record. • Each record in the indexed file consists of two fields: a key field , which is the same as the key field in the main file and a pointer into the main file.
  • 21. THE INDEXED FILE • The indexed sequential file retains one limitation of the sequential file . Effective processing is limited to that which is based on a single field of the file. • Two types of indexes are used. • An exhaustive index contains one entry for every record in the main file. • A partial index contains entries to records where the field of interest exists.
  • 23. THE DIRECT , OR HASHED , FILE • The direct , or hashed , file exploits the capability found on disks to directly access any block of a known address. • Direct file are often used where very rapid access is required , where records of fixed length are used and records are always access one at a time. • Example: directories , pricing tables , schedules and name lists.
  • 24. FILE DIRECTORIES CONTENT: • File management system and collection of files is a file directory. • The directory contains information about the files , including attributes , location and ownership. • Virtually all system deal with different types of files and different file organizations and this information is also provided.
  • 25. STRUCTURE: The requirements for a file structure , it is well to consider the types of operations that may be performed on the directory: • Search • Create file • Delete file • List directory
  • 26. NAMING: • User needs to be refer to a file by a symbolic name . Each file in the system must have a unique name . • The path name /user B/word/unit A/ABC . The slash is used to delimit names the sequence. • The name of the master directory is implicit because all paths start that directory. • An interactive user or a process have associated with it a current directory , often referred to as the working directory.