Simple Shell

Project information

  • Course: Systems Programming
  • Project date: Fall 2021
  • Programming Language/Frameworks: C
  • Project URL: Github

For this project I implemented a simple UNIX shell that is capable of basic functions. This program can redirect input/output, change directories, creating files/directories, and more. With fork(2) and exec(3) calls I am able to launch proccess such as, cat.

Designed by BootstrapMade