Project 1: Simple Shell Program - Louisiana Tech University

open( char * device_name, mode_t mode) allows a user program to open the device. It will allow only one open at a time. The open function returns a file descriptor, if successful. ................
................