Part 1
The purpose of this part 1 is to give you practice in the use of following UNIX system calls other than using the
command line arguments.
• int read(int fd, char* buff, int len)
• int...