Advanced #Programming in the #UNIX Environment
Week 8, Pipes and FIFOs
With this video lecture, we continue our discussion of Interprocess Communication and dive into two of the oldest and most ubiquitous forms of Unix #IPC: pipes (the basis of the Unix Philosophy) and FIFOs. We also discuss popen(3) and the dangers of shelling out to unverified commands.