Search Results

9
votes

Using the open() system call

You probably need the third argument. For example: open('path',O_WRONLY|O_CREAT,0640); …