This project introduces the Unix operating system and basic Unix commands. The tasks involved working with the Lyle Genuse servers as part of CS2340 coursework at Southern Methodist University.
This project implements a basic Unix shell in C, capable of executing common Linux commands such as ls, cd, pwd, and more. The shell demonstrates fundamental concepts of operating systems and process ...