Programming with Pipes in Linux
Video demonstration of using pipes for Inter-Process Communication (IPC) in Linux. The video demonstrates the use of the following system calls: pipe, fork, exec, and dup2. The demonstration essentially illustrates the process that a Linux shell would use to pipe data from one process to another

▶︎
Introduction to FIFOs (aka named pipes) in C

▶︎
Linux Internals : Interprocess Communication

▶︎
Unix system calls (1/2)

▶︎
Mutex Synchronization in Linux with Pthreads

▶︎
Linux Pipes, Redirection, and FIFOs - In Detail

▶︎
Communicating between processes (using pipes) in C

▶︎
How Linux Boots

▶︎
Android 17 sucks. So I put Linux on a phone.

▶︎
38.2 - The dup2 System Call - A C tutorial for redirecting stdin and stdout using system calls.

▶︎
Fork and Exec in Linux

▶︎
Unbelievable Smart Worker & Hilarious Fails | Construction Compilation #7 #adamrose #smartworkers

▶︎
Unix Pipeline (Brian Kernighan) - Computerphile

▶︎
LAWYER: If Cops Ask "Where Are You Coming From?" - Say These Words

▶︎
Pipe Dup Explained

▶︎
Linux processes, init, fork/exec, ps, kill, fg, bg, jobs

▶︎
Systemd Explained: How to Manage Linux Services Easily

▶︎
What's behind a file descriptor in Linux? Also, i/o redirection with dup2.

▶︎
Creating new processes with fork()!

▶︎
Two way communication between processes (using pipes) in C

▶︎
