This system call returns a file descriptor.
这个系统调用返回一个文件描述符。
For example, a CDD file could be used to call all of the SDD files that represent a System Level Test.
例如,一个CDD文件可以被用于调用所有描述系统级测试的SDD文件。
The program text and data segments now need to get written into the mem file, either using the write system call, or by mapping the file into the process address space.
程序的文本和数据段现在需要写入到mem文件中,这可以使用write系统调用,或者通过将该文件映射到该进程的地址空间中实现。
Is the system call that creates an inotify instance and returns a file descriptor referring to the instance.
是用于创建一个inotify实例的系统调用,并返回一个指向该实例的文件描述符。
When the file system gets mounted, it is initially empty, and the only valid operation in its root directory is to create new directories with the mkdir system call.
当文件系统挂载到系统中之后,它最初是空的,在其根目录中唯一有效的操作就是使用mkdir 系统调用创建一个新的目录。
This system call requires the file descriptor from shm_open and returns a pointer to memory.
这个系统调用需要shm_open返回的文件描述符,它返回指向内存的指针。
To visit the device, the Linux kernel maps the device operation call to the device driver via the file system.
为了访问设备,Linux内核将设备操作调用通过文件系统映射到设备驱动程序。
In Listing 6, a format of a partition is failing, and the listing shows the start of the strace on call out make file system (mkfs).
在清单6 中,分区的一种格式有错误,清单显示了strace 的开头部分,内容是关于调出创建文件系统操作( mkfs )的。
A system call returning with Err#28 ENOSPC (No space left on device) would indicate that a disk or file system is full, potentially causing the daemon to fail to respond to service requests.
如果一个系统调用返回 Err#28ENOSPC(设备上没有剩余空间),就表示磁盘或文件系统满了,这可能导致守护进程无法响应服务请求。
The file descriptor used by inotify is obtained using a system call and does not have an associated device or file.
Inotify 所使用的文件描述符可以通过系统调用获得,并且没有相关设备或者文件。
For example, a system call returning with Err#2 ENOENT (No such file or directory) would indicate that the command is expecting to find a file or directory but can't and subsequently fails.
例如,如果一个系统调用返回 Err#2ENOENT(没有这样的文件或目录),就表示此命令要寻找一个文件或目录,但是无法找到,因此运行失败。
A call is made here to init/do_mounts.c:prepare_namespace(), which is used to prepare the namespace (mount the dev file system, RAID, or md, devices, and, finally, the initrd).
此处会执行一个对init/do_mounts.c:prepare_namespace() 的调用,这个函数用来准备名称空间(挂载dev文件系统、RAID或md、设备以及最后的initrd)。
Besides saving you another system call, this non-portable extension saves you an expensive trip back to the file system for more metadata.
除了减少另外的系统调用之外,这种不可移植的扩展还减少了从文件系统获取更多元数据的开销非常高的访问操作。
When you pass lsof the name of a file, such as in lsof /file/I/deleted, it first uses the stat() system call to get information about the file, which is, unfortunately, gone.
当您向lsof 传递文件名时,比如在 lsof /file/I/deleted 中,它首先使用stat()系统调用获得有关该文件的信息,不幸的是,这个文件已经被删除。
Not only some file classes or so, but something I call a Virtual file system (VFS), my own file system that supports nice features like compression, encryption, fast access times, and so on.
我将其称作为虚拟文件系统(VFS),它不仅仅只是一些文件(操作)的类,我自己的文件系统将会支持诸如数据压缩,加密,快速存取等等一系列漂亮的特性。
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)。
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 。
Don't be tempted to use this script in the real site either (" I'll just call system and let the errors go to a log file ").
不要在实际站点中尝试使用这个脚本(“我将仅调用system并让错误进入到日志文件中”)。
MaintainJ currently stores the runtime call trace information for different use cases in a file system based database.
MaintainJ当前会在基于文件的数据库中为不同的用例分别存储运行时调用的跟踪信息。
Where there is a video file system available, you can have an encyclopedia displayed on your TV screen just by a telephone call.
在有录像档案系统的地方,你只要打一个电话,就会有一本百科全书显示在你的电视屏幕上。
How do you know what system call is invoked when an executable file is run?
你怎么知道什么是系统调用时调用一个可执行文件运行?
A method call which looks innocuous on the surface, for example, may access the file system at some point during its execution.
例如,表面上看似无害的方法调用可能会在其执行过程中的某一点访问文件系统。
This module incorporate system call anomaly detection modeling methods and monitor file systems and Registry accesses.
该模块是以系统调用检测为核心并且结合文件监控和注册表监控功能。
This system call allows your program to check for input, output, or error conditions on one or more file descriptors.
这个系统调用允许你的程序从一个或多个文件描述符获取输入输出或者错误信息。
This system call allows your program to check for input, output, or error conditions on one or more file descriptors.
这个系统调用允许你的程序从一个或多个文件描述符获取输入输出或者错误信息。
应用推荐