This is a lightweight custom shell implemented in C. It allows users to execute basic Linux commands, manage files, and perform simple operations directly from the terminal. The shell includes a few ...
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 ...