/unixexam

Series of projects inspire by book "Основы операционных систем. Практикум 2016" V.E. Karpov and K.A. Konkov

Primary LanguageC

Unix examples

This project is inspired by book:

Основы операционных систем. Практикум 202016.

Example 01. Chapter FIFO PIPES

This example projects shows some system calls: open read write mkfifo and close.

Example 02. System V. Shared memory.

This example show technics how to use System V shared memory IPC object Using shmctl, shmget, ftok