A hand built, custom made Linux shell with history, change directory, exit, etc.
-
Updated
Oct 6, 2020 - C
A hand built, custom made Linux shell with history, change directory, exit, etc.
I created my own shell
Custom shell written in C with Multithreaded and Multiprocessor Options
Custom Unix/Linux Shell, I developed as part of an Operating Systems course Assignment at IIITD. All Commands are implemented using both the fork system call and pthreads.
This CLI application, written in C, mimics the actual Linux shell by leveraging system functions and performs key Linux operations. Namely: cd, echo, pwd, mkdir, ls, cat, rm, and date
Custom Unix/Linux Shell, I developed as part of an Operating Systems course Assignment at IIITD. All Commands are implemented using both the fork system call and pthreads.
LemonJuice is a lightweight, custom-built Unix-like shell written in C. It supports both built-in commands and external program execution using fork and execvp.
C mini project
Add a description, image, and links to the execvp topic page so that developers can more easily learn about it.
To associate your repository with the execvp topic, visit your repo's landing page and select "manage topics."