您的位置:首页 > 运维架构 > Linux

CentOS6.4 访问域局网中Windows的共享

2014-05-22 15:39 435 查看
mount -t cifs -o username="administrator",password="123456" //10.10.3.246/f /usr/local/openresty/nginx/html/down


说明:

mount -t cifs -o 这个就不多说了(照着写吧)。
username="administrator" 访问需要的用户名。
password="123465" 访问需要的密码。
//10.10.3.246/f 共享机器的IP地址,后面的f为共享名。
/usr/local/openresty/nginx/html/down挂载的目录(共享目录被挂载到这里)。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: