unix-process
There are 8 repositories under unix-process topic.
forbesmyester/pipeawesome
I added loops, branches and joins to UNIX pipes… in a sane way…
SamFu1113/Unix-programming
The material is for unix programming.
waelzahir/42_minishell
recreation of bash shell
akamlah/42-Philosophers
Didactic project from Ecole-42. Two different solutions for an extended version of the famous 'Dining Philosophers' problem, the first as a multithreaded program ruled by mutexes, the second featuring multiple processes synchronised by semaphores.
Barb02/SO_ProcessReadnWriteRates
Bash script to consult processes' read/write rates
BrittanyLegget/Smallsh
Mini shell program written in C utilizing the Unix process API for Operating Systems at Oregon State University
Yidne21/system_Programming
system programming lab practies
YoshihisaHirano/Minishell
Why not writing your own shell?