This is a simple shell made using c. It supports basic commands like cd and exit and one line system commands. Compile and run the program using gcc gcc c_shell.c -o c_shell It doesn't uses fork() or exec family of functions.