The open system call determines whether the mapping is readable or writable.
open系统调用确定映射是否可读或可写。
At last, this paper will describe the procedure of acl control with an illustration of open system call.
本文最后将以Open系统调用为例说明ACL总体控制流程。
This function is a high-level way of opening a file; but, since the only way to open a file in Linux is to use the open system call, fopen makes use of open in its implementation.
该函数是打开文件的高层次方式;但是,因为在Linux中打开文件的唯一方法是使用open系统调用,所以fopen在其实现中利用open 。
This feature is implemented using the popen system call, which allows one process to open a pipe to another process, either for output or input. In this case we open a pipe to the command.
这一特性是用popen系统调用实现的,该系统调用允许一个进程打开到另一个进程的管道,将管道用于输出或输入。
The mkdir system call creates the context, and the user process can subsequently open the associated files inside that directory.
mkdir系统调用用来创建这个上下文,用户进程然后可以打开这个目录中相关的文件。
This is done with the system call popen(), which can open to a pipe to another process, either for reading or writing.
这是用系统调用popen()完成的,它打开到另一个进程的管道以用于读或写。
On a UNIX-like system, the open (2) call is atomic (other than for old NFS systems versions 1 and 2).
在类unix系统上,open(2)调用是原子的(与以前的NFS系统版本1和版本2不同)。
At the top of the kernel is the system call interface, which handles the routing of user-space calls to their appropriate destination in the kernel (such as an open, read, or write).
内核的顶部是系统调用接口,处理用户空间调用到内核中合适的目的地的路由(例如open、read或write)。
The inode refers to the file operations that are possible on it, most of which map directly to the system-call interfaces (for example, open, read, write, and flush).
inode引用它所允许的文件操作,大部分这些操作直接映射到系统调用接口(例如,open、read、write和flush)。
The inode refers to the file operations that are possible on it, most of which map directly to the system-call interfaces (for example, open, read, write, and flush).
inode引用它所允许的文件操作,大部分这些操作直接映射到系统调用接口(例如,open、read、write和flush)。
应用推荐