Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

Describe system calls and its type.

user-image
Question ajoutée par Emad Mohammed said abdalla , ERP & IT Software, operation general manager . , AL DOHA Company
Date de publication: 2014/11/21
Emad Mohammed said abdalla
par Emad Mohammed said abdalla , ERP & IT Software, operation general manager . , AL DOHA Company

System calls works as a mediator between user program and service provided by operating system. In actual situation, functions that make up an API (application program interface) typically invoke the actual system calls on behalf of the application programmer.

Types of System Calls

System calls can be grouped roughly into five major categories:

Sr No.   Example 1 Process control Create process, terminate process, end, allocate and free memory etc 2 File manipulation Create file, delete file, open file, close file, read, write. 3 Device manipulation request device, release device, read, write, reposition, get device attributes, set device attributes etc. 4 Information maintenance get or set process, file, or device attributes 5 Communications Send, receive messages, transfer status information

More Questions Like This