linux 访问windows共享目录域权限
问大家一个问题,我有一个windows服务器,权限是通过域账户控制的,现在有一台linux客户端,平时挂载windows共享文件夹的命令我都用的是mount-tcifs-...
问大家一个问题,我有一个windows服务器,权限是通过域账户控制的,现在有一台linux客户端,平时挂载windows共享文件夹的命令我都用的是mount -t cifs -o username=zhangsan,password=111111 //ip/share /mnt,但是这次需要用域账户验证,我就改成mount -t cifs -o username=domain/zhangsan,password=111111 //ip/share mnt结果挂载是可以呢,打开的话总是提示一个错误:“ls: reading directory /it: Permission denied”,我怀疑是域账户权限没有验证,没有权限的意思,改怎么办
内政 展开
内政 展开
5个回答
展开全部
试试改成这样
mount -t cifs -o username=domain\\zhangsan,password=111111 //ip/share /mnt
mount -t cifs -o username=domain\\zhangsan,password=111111 //ip/share /mnt
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
mount -t cifs -o username=zhangsan,password=111111,domain=xxxx //ip/share mnt
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
mount -t cifs -o username=domain\\zhangsan,password=111111 //ip/share /mnt
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询