System Call in Linux
A system call is a service provided by the Linux kernel. The functions which change the execution mode of the program from user mode to kernel mode are known as system calls. These calls are required in case some services are required by the program from the kernel. For example, if we want to change … Read more