Operating System » File System Interface Directory Structure 1
Operating System Subcategories
Memory Management Swapping 1Process Scheduling Queue
Virtual Memory Page Replacement Algorithms 1Linux
Cpu SchedulingMemory Management
Computer FundamentalsCpu Scheduling Benefits
Threads Signal HandlingThreads Ult Klt
Distributed Operating SystemBasics
Operating SystemProcesses
Cpu Scheduling Algorithms 1Cpu Scheduling Algorithms 2
DeadlockDeadlock Avoidance
Memory Management Swapping 2Memory Allocation 1
Secondary StorageMemory Management Paging 1
Memory Management Paging 2Rtos
Multimedia System Cpu Disk SchedulingSecurity Intrusion Detection
Virtual Memory ThrashingFile System Interface Access Methods 1
File System Interface Directory Structure 1File System Interface Directory Structure 2
File System Interface Mounting SharingFile System Allocation Methods 1
Disk Scheduling 2Disk Management
Classic Sync ProblemsSemaphores 1
Process CreationMultimedia System Network Management
Semaphores 2Cpu Scheduling 2
Application Io Interface 1Inter Process Communication
Process SynchronizationMultimedia System Compression 1
Network File System 1Disk Scheduling 1
Mass Storage Raid 1File System 1
Communication Systems Bandwidth Transmission MediumSecurity Cryptography
Two Port NetworkProcess Rpc
Virtual Memory Page Replacement Algorithms 2Virtual Memory Frame Allocation
Network File System 2File System Allocation Methods 2
File System Allocation Methods 3Process Control Block
Process StructuresCritical Section Problem
Process Sync MonitorsAtomic Transactions
Deadlock RecoveryMemory Allocation 2
Memory Management SegmentationApplication Io Interface 2
Kernel Io SubsystemsMultimedia System Compression 2
Multimedia System Compression 3Security User Authentication
Security Program System ThreatsSecurity System Facility
Threads Fork ExecThreads Cancellation
Threads PoolsMulti Threading Models
Virtual Memory Demand PagingVirtual Memory
File System ConceptsFile System Implementation
File System Interface Access Methods 2File System Recovery
Io SubsystemSwap Space Management
Mass Storage Raid 2Mass Storage Tertiary Storage
Protection ConceptsProtection Access Matrix
SecurityProtection Memory Protection
Protection Revocation Access RightsNetwork Structure Topology
RobustnessDistributed File System
Distributed SynchronizationDeadlock Prevention
Deadlock DetectionThreads
File System Interface ProtectionFile System Free Space Performance
What will happen in the single level directory?

A. All directories must have unique names
B. All files must have unique names
C. All files must have unique owners
D. All of the mentioned

To organise file systems on disk _______________

A. They are split into one or more partitions
B. Information about files is added to each partition
C. They are made on different storage spaces
D. All of the mentioned

What will happen in the two level directory structure?

A. Each user has his/her own user file directory
B. The system doesn’t its own master file directory
C. All of the mentioned
D. None of the mentioned

When a user job starts in a two level directory system, or a user logs in _____________

A. The users user file directory is searched
B. The system’s master file directory is not searched
C. The master file directory is indexed by user name or account number, and each entry points to the ufd for that user
D. All of the mentioned

When a user refers to a particular file?

A. System mfd is searched
B. His own ufd is not searched
C. Both mfd and ufd are searched
D. Every directory is searched

What is the disadvantage of the two level directory structure?

A. It does not solve the name collision problem
B. It solves the name collision problem
C. It does not isolate users from one another
D. It isolates users from one another

In the tree structured directories _____________

A. The tree has the stem directory
B. The tree has the leaf directory
C. The tree has the root directory
D. All of the mentioned

The current directory contains, most of the files that are _____________

A. Of current interest to the user
B. Stored currently in the system
C. Not used in the system
D. Not of current interest to the system

Which of the following are the types of Path names?

A. Absolute & relative
B. Local & global
C. Global & relative
D. Relative & local