What are the Unix system calls for I/O? 1. open(pathname,flag,mode) - open file 2. creat(pathname,mode) - create file 3. close(filedes) - close an open file 4. read(filedes,buffer,bytes) - read data from an open file 5. write(filedes,buffer,bytes) - write data to an open file 6....
See more
Download the Study24x7 App, so you can connect and collaborate.