[Day 5] I Ran rm, So Why Isn't the Disk Space Back?
After Day 4 on fork/exec/file descriptors/pipes, one thing still nagged me.
In that post I wrote:
"The child duplicates that fd onto fd 1 with dup2(3, 1) — then closes the original fd 3."
Why close
frogsdevlog.hashnode.dev7 min read