
Blogs
Blogs
Matching:
o_wronly
X

Display: |
Understanding Linux open() system call Community Blog
Himanshuz.chd
Tags:
o_creat
system
open
linux
o_rdwr
call
o_trunc
o_wronly
create
o_rdonly
169,087 Views
In this article we will study about the Linux open() system call that opens a file (or device). This system call can also be used for creating a file before opening it.
The prototype of the open() function is :
int open(const char *pathname, int...
from Blog: Real world Linux
|