A. Logical File System
B. File Organization Module
C. Basic File System
D. I/O Control
E. Application Programs
Choose the correct answer from the options given below:
The question asks us to determine the correct order of layers in a typical layered file system within an operating system. This hierarchy represents how file system operations are processed, starting from user applications down to the physical storage hardware.
Let's define each component provided:
In a layered architecture, operations flow from the top layer downwards. When an application needs to access a file, the request passes through each layer sequentially until it reaches the hardware.
Thus, the correct hierarchy is established by following this flow from the user-level application down to the device controller.
The sequence that correctly represents the layered file system hierarchy, moving from the highest level of abstraction to the lowest, is:
E (Application Programs) $\rightarrow$ A (Logical File System) $\rightarrow$ B (File Organization Module) $\rightarrow$ C (Basic File System) $\rightarrow$ D (I/O Control)
This matches the structure often found in operating systems for managing data storage efficiently and systematically.
A mechanism for arranging controlled access to a shared resource, like a file, is called:
Which UNIX/Linux command is used to make all files and sub-directories in the directory “progs” executable by all users?
In Linux operating system environment ________ command is used to print a file.
Consider the following statements :
(a) UNIX provides three types of permissions
Read
Write
Execute
(b) UNIX provides three sets of permissions
permission for owner
permission for group
permission for others
Which of the above statement/s is/are true ?
Match the following WINDOWS system calls and UNIX system calls with reference to process control and File manipulation.
Windows | UNIX |
A. Create-process( ) | I. Open( ) |
B. WaitForSingleObject( ) | II. Close( ) |
C. CreateFile( ) | III. Fork( ) |
D. CloseHandle( ) | IV. Wait( ) |