1. 资源管理器将/devfs挂载到文件系统上。(英语)
The resource manager mounts/devfs onto the file system.
2. 在FreeBSD内核中,设备文件直接由/dev目录中的devfs创建。(英语)
In the FreeBSD kernel, device files are created directly by devfs in the/dev directory.
3. 在OpenBSD中,较新版本的devfs支持命名空间,这意味着您可以为命名空间分配特定的设备文件集。(英语)
In OpenBSD, newer versions of devfs support namespaces, which means you can assign specific sets of device files for namespaces.
4. 为了防止用户空间程序对/devfs开启写权限,若开启,则内核会将它关闭。(英语)
To prevent user-space programs from opening write access to/devfs, the kernel turns it off if it is enabled.
5. devfs是一个虚拟文件系统,用于透明地管理内核和用户空间设备节点,以及设备和驱动程序文件。(英语)
Devfs is a virtual file system used to transparently manage device nodes between the kernel and user space, as well as device and driver files.
6. devfs是一个全新的设备文件系统,可以在内核或用户空间中为它指定设备文件节点。(英语)
Devfs is a new device file system that can be assigned device file nodes in the kernel or user space.
7. FreeBSD默认情况下使用devfs来管理设备节点,以替代在以前的版本中使用的静态节点。(英语)
FreeBSD uses devfs by default to manage device nodes, replacing the static nodes used in previous versions.
8. devfs支持设备节点的动态创建和删除,因此不再需要手动创建静态设备文件。(英语)
Devfs supports dynamic creation and deletion of device nodes, eliminating the need to manually create static device files.
9. devfs是一个通用设备节点管理器,为操作系统提供了一个透明的方式来预分配、创建和删除设备节点和文件。(英语)
Devfs is a generic device node manager that provides the operating system with a transparent way to preallocate, create, and delete device nodes and files.
评论列表