Define System Calls With Example
Types of System Calls in OS
There are mainly 5 types of system calls in os
File Management : File management is a system call used to handle operations related to files, such as creation, deletion, writing, reading, releasing, etc.
Device Management : Device Management is a system call used to handle device related tasks such as requesting a device, releasing a device, reading a device, logically attaching and detaching a device.
Process Control : Process control is a system call used to deal with processes, such as process creation, deletion, execution, abort of process, wait signal for process, etc.
Communication : Communication is a system call used to communicate between processes, such as sending or receiving messages, creating and deleting communication connections, etc.
Information Maintenance : Information Maintenance is a type of system call that is used to maintain system information such as setting the date and time in the system.
Join the conversation