zhiayang / nabs

not a build system
Apache License 2.0
25 stars 1 forks source link

Cannot control file creation flags for output redirection #5

Open zhiayang opened 3 years ago

zhiayang commented 3 years ago

Examples of flags we might want to change:

  1. permission bits (right now, they are 0664 on Unix)
  2. append/truncate
  3. only open existing, never create (ie. controlling O_CREAT)