Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Mini-Linux-Shell

Developed a basic Linux shell capable of handing keyboard interrupts, foreground and background process(start, pause, resume, listing of bg process). This project was developed using system calls in C.

A process can be sent to background using "Ctrl-Z". A process can also be sent to background using "stop " command. The command "start " will bring the process to foreground. The rest of the commands would execute as they do in a linux shell.

Execute ./shell and then list commands after "prompt>>".

About

Developed a basic Linux shell capable of handing keyboard interrupts, foreground and background process(start, pause, resume, listing of bg process). This project was developed using system calls in C

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages