Ex05-Linux IPC-Semaphores
To Write a C program that implements a producer-consumer system with two processes using Semaphores.
Navigate to any Linux environment installed on the system or installed inside a virtual environment like virtual box/vmware or online linux JSLinux (https://bellard.org/jslinux/vm.html?url=alpine-x86.cfg&mem=192) or docker.
Write the C Program using Linux Process API - Sempahores
Execute the C Program for the desired output.
$ ./sem.o
$ ipcs
The program is executed successfully.