README.txt Programs to demonstrate basic interprocess communication (IPC). dup - illustrate duplicating file descriptors. dup-2 - illustrate duplicating file descriptors using a pipe. file - share a string between two processes using a file. pipe - send string between two processes through a pipe. shmem - share a string between two processes using shared memory. signal - show how a basic signal works.