adspace
What is System call executable binary file into a process?
Answer Posted / Deepti Verma
A system call is a request made by a user-level program to the operating system's kernel for services such as file I/O, memory management, process scheduling, and network communication. When an executable binary file is loaded into memory and executed, it becomes a process, and the operating system's kernel handles these requests through system calls.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers