We can specify new current working directory either as a pathname or though an open file descriptor.
我们可以通过文件路径或打开文件的描述符来指定新的工作目录。
The first parameter fildes is the open file descriptor returned from the function open , referring to a specific device.
第一个参数fildes是函数open返回的文件描述符,用于指称具体设备。
Monitoring applications may read event data from deleted monitor files while the file descriptor for the monitor file is still open but may not block for further event occurrences.
在监视器文件的文件描述符仍然打开的情况下,监视应用程序可以从删除的监视器文件读取事件数据,但是不再继续等待事件发生。
A file descriptor is an integer that refers to an open file or device, and it is used for reading and writing.
文件描述符是指向打开的文件或设备的整数,并用于执行读取和写入。
The logical file system is also responsible for managing the kernel's open file table and the per process file descriptor information.
逻辑文件系统还负责管理内核的打开文件表和每个进程的文件描述符信息。
The file descriptor returned by a successful call will be the lowest-numbered file descriptor not currently open for the process.
调用成功将返回文件描述符,它是进程尚未打开的序号最小的文件描述符。
Open the SCSI generic device file (such as sg1) to get the file descriptor of SCSI device.
打开SCSI通用设备文件(比如sg1)获取SCSI设备的文件描述符。
Open the ejb-jar.xml file with the deployment descriptor editor in the ejb project.
使用部署描述符编辑器打开ejb项目中的ejb - jar . xml文件。
For every open() call, there will be exactly one release() call with the same flags and file descriptor.
对于每个open()调用来说,都必须有一个使用完全相同标记和文件描述符的release() 调用。
Certain dependencies (Linux file open, read, write, close concepts; using the file descriptor and the modes that the file can be opened in; basic Python structure concepts).
一定的依赖关系(Linux文件打开、读取、写入以及关闭的概念;使用文件描述符和可以用来打开文件的模式;基本的Python结构的概念)。
For a web module, open the web.xml file (for an ejb module, open the ejb-jar.xml file) using the deployment descriptor editor.
对于web模块,请使用部署描述符编辑器打开web .xml文件(对于ejb模块,打开ejb - jar . xml文件)。
EBADF -- A function tried to use a bad file descriptor (it doesn't refer to an open file, for example, or it was used in an attempt to write to a file that was opened read-only).
函数尝试使用错误的文件描述符(例如,它不引用打开的文件,或者用于尝试写入以只读方式打开的文件)。
Then, open the device driver and get the file descriptor.
然后打开设备驱动器并获取文件描述符。
Locate and open of the deployment descriptor for your Web project's EAR file.
找到并打开Web项目的EAR文件的部署描述符。
At the top is the open file object, which is referenced by a process's file descriptor list.
在顶层是打开的file对象,它由进程的文件描述符列表引用。
In the MyEJBServiceWebClient project, navigate to the Web.xml file, as shown in Figure 27, and double-click to open the Web deployment descriptor editor.
在MyEJBServiceWebClient项目中,导航到Web . xml文件(如图27中所示),并双击打开Web部署描述符编辑器。
When we open an existing file or create a new file, the kernel returns a file descriptor to the process.
当打开一个现有文件或创建一个新文件时,内核向进程返回一个文件描述符。
When we open an existing file or create a new file, the kernel returns a file descriptor to the process.
当打开一个现有文件或创建一个新文件时,内核向进程返回一个文件描述符。
应用推荐