码迷,mamicode.com
首页 > 系统相关 > 详细

Linux使用mount挂载samba共享文件夹

时间:2019-12-03 18:10:28      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:cifs   folder   smb   password   mount挂载   pass   使用   共享文件夹   文件   

挂载smb的目录,使用读写644权限
mount -t cifs -o "rw,dir_mode=0644,file_mode=0644,username=username,password=yourpassword" //192.168.1.100/yourshare_folder_name /usr/local/your_server_folder

 

Linux使用mount挂载samba共享文件夹

标签:cifs   folder   smb   password   mount挂载   pass   使用   共享文件夹   文件   

原文地址:https://www.cnblogs.com/faberbeta/p/samba003.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!