Skip to content

niscollect/mini-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

mini-shell

#OS

A simple Unix-like shell built in C for learning process control, job management, and command execution, inspired by OSTEP

✨ Features

  • Execute built-in and external commands
  • Basic concepts: fork, exec and its family, and wait

🛠️ Technologies

  • Language: C
  • OS Concepts: Fork, Exec, Wait,
  • System Calls: fork(), execvp(), waitpid(), dup2(), kill()

🚀 How to Run

gcc -o mini-shell main.c
./mini-shell

About

#OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages