List service provide by os
List service provide by os
• Program execution
• File Management
• Memory Management
• Process Management
• Resource Management
• User Interface
• Networking
• Error handling
• Time Management
• Identifier: File system gives a unique tag or number that identifies file within file system
and which is used to refer files internally.
• Type: This information is needed for those systems that support different types.
• Location: This information is a pointer to a device and to the location of the file on that
device.
• Size: The current size of the file (in bytes, words or blocks) and possibly the maximum
allowed size are included in this attribute.
Operations
• Creating a file
• Writing a file:
• Reading a file:
• Deleting a file