|
发表于 2004-7-24 13:51:42
|
显示全部楼层
so!
devfs evfs is an alternative to "real" character and block special devices on your root filesystem. Kernel device drivers can register devices by name rather than major and minor numbers. These devices will appear in devfs automatically, with whatever default ownership and protection the driver specified. A daemon (devfsd) can be used to override these defaults
from www.google.com
----------------
简单的说:就是动态创建设备文件的一种设备文件系统。 |
|