Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 216 Bytes

File metadata and controls

9 lines (5 loc) · 216 Bytes

VFS 虚拟文件系统

作用

Linux 为了支持不同的文件系统,Linux 在和具体的文件系统之间引入了一个中间抽象层,这个抽象层就是虚拟文件系统 VFS。

其它

TODO