InterviewSolution
Saved Bookmarks
| 1. |
What are system calls in Linux? |
|
Answer» There are 80 system calls in Unix that are used to control processes, MANAGE FILESYSTEM and for inter-process COMMUNICATION. System calls occur in the KERNEL. |
|