




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of pipes and signals in unix-based systems. Topics include named and unnamed pipes, implementing pipes in a shell, catching signals, manipulating signal sets, and using various signal handlers. Students will learn how to create and use pipes for inter-process communication and how to handle signals to respond to specific events.
Typology: Slides
1 / 8
This page cannot be seen from the preview
Don't miss anything!





#include <signal.h> void (signal(int sig, void (disp)(int)))(int);