我想访问我们内部网上的SMB共享。
我在这里错过了什么?
发布于 2021-10-20 11:21:31
你不能访问上市股票的外壳。只有在实际连接到共享时才能访问shell。
这样做会很好:
root@server /root $ smbclient //fqdn.local/ExistingShareName -U domain\\user
Enter domain\user's password:
Try "help" to get a list of possible commands.
smb: \>这不会:
root@server /root $ smbclient //fqdn.local/ -U domain\\user
(returns errorcode 1)https://unix.stackexchange.com/questions/673991
复制相似问题