Week 9 - July 8-12

Introduction

This week we are going to study two more methods of inter-process communication - pipes and fifos.

Videos

PipesC Programming in Linux - pipe() function
Pipe, fork, dup exec explained
FifosUsing a named pipe (FIFO) on Linux in C

Quiz

Lecture Material

Labs

Assignment(s)

Assignment 1.

Sample Code

Pipes

Fifos