3.Functions of Operating System - GeeksforGeeks
3.Functions of Operating System - GeeksforGeeks
99+
Function of OS
1. Process Management
Process Scheduling
Deadlock Handling
2. Memory Management
Disk Space Allocation: Organizes how files are stored on the disk
(contiguous, linked, indexed).
File System Management: Manages files and directories for efficient
data access.
Free Space Management: Tracks available space on the disk.
Disk Scheduling: Organizes the order of disk read/write requests.
Backup and Recovery: Ensures data is backed up and can be
restored after failure.
File Attributes
File Name: Identifies the file with a name and extension (e.g., .txt,
.jpg).
File Type: Defines the format of the file (e.g., text, image,
executable).
Size: The amount of storage the file occupies.
Permissions: Determines who can read, write, or execute the file.
File Types
Operations on Files
Create: Allows users to create new files.
Read: Opens files to read their contents.
Write: Modifies the contents of a file.
Delete: Removes a file from the system.
Access Methods
Device Management
Similar Reads
Need and Functions of Operating Systems
The fundamental goal of an Operating System is to execute user
programs and to make tasks easier. Various application programs along…