我的配置smb.conf非常适合向我的 Windows 10 计算机共享目录,例如“samba 目录”。现在我想隐藏两个子目录,例如subdir1和subdir2在“samba 目录”下,所以我在 in 中添加了以下行smb.conf:
veto files = subdir1, subdir2
Run Code Online (Sandbox Code Playgroud)
但它不起作用,只是subdir2对 Windows 10 机器隐藏。
当我将其更改为 时veto files = subdir1,subdir1可以很好地隐藏 Windows 10 的访问。那么,如何在我的 Windows 10 计算机上隐藏两个目录呢?谢谢!
samba ×1