Posts by Renato Zembrani • 11 points
1 post
-
1
votes1
answer90
viewsQ: POSIX - problems to write to file using open and write
About this code below, is giving write problem, but if I use creat without flags it runs. The goal is to copy a file, the file that will be copied is called 'test.txt' and what will be created…