1.r:O_RDONLY
2.r+:O_RDWR
3.w:O_WRONLY||O_CREAT||O_TRUNC
4.w+:O_RDWR||O_CREAT||O_TRUNC
5.a:O_RDWR||O_APPEND||OCREAT
6.a+:O_RDWR||O_APPEND||OCREAT
1.r:O_RDONLY
2.r+:O_RDWR
3.w:O_WRONLY||O_CREAT||O_TRUNC
4.w+:O_RDWR||O_CREAT||O_TRUNC
5.a:O_RDWR||O_APPEND||OCREAT
6.a+:O_RDWR||O_APPEND||OCREAT