#OS
A simple Unix-like shell built in C for learning process control, job management, and command execution, inspired by OSTEP
- Execute built-in and external commands
- Basic concepts: fork, exec and its family, and wait
- Language: C
- OS Concepts: Fork, Exec, Wait,
- System Calls:
fork(),execvp(),waitpid(),dup2(),kill()
gcc -o mini-shell main.c
./mini-shell