readme
来自「samba-3.0.22.tar.gz 编译smb服务器的源码」· 代码 · 共 21 行
TXT
21 行
README for Samba Virtual File System (VFS) Example===================================================This directory contains skeleton VFS modules. When used,this module simply passes all requests back to the disk functions(i.e it operates as a passthrough filter). It should beuseful as a starting point for developing new VFSmodules. Please look at skel_opaque.c when you want your module to providefinal functions, like a database filesystem.Please look at skel_transport.c when you want your module to providepassthrough functions, like audit modules. Please read the VFS chapter in the HOWTO collection for general help on the usage of VFS modules.Further documentation on writing VFS modules for Samba can be found inSamba Developers Guide.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?