Library: unistd.h sys/types.h Prototype: int read(int fd, char *Buff, int NumBytes); Syntax: int fd; char Buff[50]; read(fd, Buff, sizeof(Buff));
open function.
close function.
write function.