In Unix-like operating systems, there is both a API library function named read(), and asystem call referred to as read in the Unix documentation. However, Unix system calls do notactually have names like a library function does.
a. How is the Unix system call read actually invoked?
b. Why are Unix system calls invoked this way?