Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我记得不久前,我使用了一个命令来查看正在使用的 SMB 版本(CIFS/SMB1/SMB2)。
对于我的生活,我不记得该命令,也无法在网上的任何地方找到它。
在 OS X 中显示活动挂载及其协商连接方法的命令行命令是什么?
提前谢谢你的帮助。
首先建立与共享卷的连接,然后在终端中输入以下命令:
smbutil statshares -m /path/to/mount
-m 开关意味着您将指定安装点。您还可以使用 -a 开关来指定全部。