Open Issues Need Help
View All on GitHub Investigate O_APPEND with Reading and Writing at Arbitrary Positions about 2 hours ago
AI Summary: This issue requests the creation of a program to investigate the behavior of file I/O when a file is opened with both `O_APPEND` and read/write flags. The program should test if `lseek()` can be used to read from or write to arbitrary positions within the file, and report the findings for both operations.
Complexity:
2/5
good first issue