Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 301 Bytes

Readme.md

File metadata and controls

11 lines (7 loc) · 301 Bytes

42's pipex

Takeaways

  • The child process gets a copy of the open file descriptors from the parent. Closing such an parent-fd inside the child does not close it for the parent!

Ressources