• It maintains the file descriptor state on the requested file descriptor set across system calls.

    系统调用请求文件描述上维护文件描述符状态

    youdao

  • In some cases, you can also map a file descriptor to a plain file or another device into memory.

    某些情况下可以一般文件另一个设备的文件描述符映射内存

    youdao

  • To resolve this, once you create a temporary file atomically, you must always use the file descriptor or file stream you got when you opened the file.

    解决这种问题的方法是,一旦自动创建一个临时文件必须始终使用打开文件得到文件描述符文件

    youdao

  • These events can be things like timers, signals, data ready for reading on a file descriptor, and so on.

    这些事件可以诸如计时器信号文件描述符预备读取数据等等

    youdao

  • 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.

    监视器文件文件描述符仍然打开情况下,监视应用程序可以删除的监视器文件读取事件数据但是不再继续等待事件发生

    youdao

  • Finally, a number refers to the application's file descriptor, which is an integer returned upon opening the file.

    最后,数值表示应用程序文件描述符打开文件时返回一个整数

    youdao

  • After you wait for some amount of time, you start over again by repeatedly reading each file descriptor.

    等待一段时间之后,重新开始重复读取每个文件描述符

    youdao

  • By using leasing on the file descriptor, you take a lease with the kernel on a particular file.

    通过文件描述符执行租借可以内核某个特定文件达成租约

    youdao

  • A file descriptor is an integer that refers to an open file or device, and it is used for reading and writing.

    文件描述符指向打开的文件设备整数用于执行读取写入

    youdao

  • The logical file system is also responsible for managing the kernel's open file table and the per process file descriptor information.

    逻辑文件系统负责管理内核打开文件每个进程的文件描述符信息

    youdao

  • This means that the process doesn't know the file has been deleted; it can still read and write to the file descriptor it was granted when the file was opened.

    意味着进程并不知道文件已经删除仍然可以打开文件提供给它文件描述符进行读取写入

    youdao

  • The file descriptor returned by a successful call will be the lowest-numbered file descriptor not currently open for the process.

    调用成功返回文件描述,它是进程尚未打开序号最小文件描述符。

    youdao

  • The pollset interface creates and maintains a file descriptor set and its interested events in the native (kernel) pollset layer.

    pollset接口本机内核)pollset 层中创建维护一个文件描述符兴趣的事件

    youdao

  • After user foo logs in to AIX, run the ulimit command to verify that his file descriptor limit is set to 1500.

    用户foo登录AIX中之后运行ulimit命令验证文件描述符限制是否设置1500。

    youdao

  • For every open() call, there will be exactly one release() call with the same flags and file descriptor.

    对于每个open()调用来说,必须一个使用完全相同标记文件描述符release() 调用。

    youdao

  • Is the system call that creates an inotify instance and returns a file descriptor referring to the instance.

    用于创建inotify实例系统调用返回个指向该实例的文件描述符

    youdao

  • After user foo logs in to AIX, run the limit command to verify that his file descriptor limit is set to 1000.

    用户foo登录aix之后,运行ulimit命令验证文件描述符限制是否设置1000。

    youdao

  • This system call requires the file descriptor from shm_open and returns a pointer to memory.

    这个系统调用需要shm_open返回文件描述符,它返回指向内存的指针

    youdao

  • The pollset interface can perform best when the file descriptor set is not frequently updated.

    文件描述符需要频繁更新的情况下,适合使用pollset接口

    youdao

  • With dnotify, the file descriptor pins the directory, preventing the backing device to be unmounted, a particular problem with removable media.

    使用 dnotify,文件描述符就固定目录妨碍备用设备卸载,这是可移动媒体的一个典型问题

    youdao

  • The next unused file descriptor is returned if the call is successful; otherwise, -1 is returned and errno is set accordingly.

    如果调用成功返回一个未使用文件描述符否则,返回 -1相应地设置errno

    youdao

  • The stat() function fills a struct stat structure with information about a specific file; if you've got a file descriptor instead of a file name, you can use the fstat() function instead.

    stat()函数会将特定文件相关信息struct stat结构中,如果获得文件描述符而不是文件名,那么作为替代,您可以使用fstat() 函数。

    youdao

  • You later discovered that lsof shows the file descriptor of a process and the associated file name.

    随后内容中,看到了 lsof 可以显示进程文件描述符相关的文件名。

    youdao

  • Unlike poll(), the pollset interface does not require the selector to copy the entire file descriptor set each time when select() is called.

    poll() 不同,pollset接口并不要求选择每次调用 select()复制整个文件描述符

    youdao

  • Never reopen the file, or use any operations that use the file name as a parameter. Always use the file descriptor or associated streamor the tmpwatch race issues will cause problems.

    永远不要重新打开文件或者使用任何文件参数操作——始终使用文件描述符或者相关否则tmpwatch竞争引发一些问题。

    youdao

  • There is also an application named ct that is running out of the same directory and has its standard output (file descriptor 1) redirected to a file called output.

    还有名为ct应用程序运行于相同目录并且标准输出文件描述符1重定向一个名为 output 的文件。

    youdao

  • Open the SCSI generic device file (such as sg1) to get the file descriptor of SCSI device.

    打开SCSI通用设备文件(比如sg1)获取SCSI设备文件描述符

    youdao

  • Take, for example, the read function call, which allows some number of bytes to be read from a given file descriptor.

    例如read函数调用可以指定文件描述符读取一定数量字节

    youdao

  • The first parameter fildes is the open file descriptor returned from the function open , referring to a specific device.

    第一参数fildes函数open返回文件描述符,用于指称具体设备

    youdao

  • The first parameter fildes is the open file descriptor returned from the function open , referring to a specific device.

    第一参数fildes函数open返回文件描述符,用于指称具体设备

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定