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
-
Updated
Mar 10, 2024 - C
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.
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
C mini project
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.
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."