I want to create a file tree in C and avoid possible race conditions. My intent was to use open(3) to create the root directory and open would retu
open(3)
open