Linux使用mount挂载samba共享

# 挂载smb使用读写777权限
sudo
mount -t cifs -o "rw,dir_mode=0777,file_mode=0777,username=winuser,password=winpwd" //192.168.100.200/共享目录 /mnt/share

 

posted @ 2016-12-01 14:41  Waichung  阅读(7509)  评论(0编辑  收藏  举报