Linux挂载Wimdows SMB共享 Linux挂载Wimdows SMB共享01 Windows创建SMB文件共享并设置相关权限 02 挂载smb使用读写750权限12# sudo mount -t cifs -o "rw,dir_mode=0750,file_mode=0750,username=用户名,password=密码" //文件共享主机名或IP/共享文件夹 /Linux操作挂载路径$ sudo mount -t cifs -o "rw,dir_mode=0750,file_mode=0750,username=administrator,password=xxxxx" //10.10.0.2/shell /opt/shell 03 设置开机自动挂载 编辑/etc/fstab文件添加自动挂载配置 12$ vim /etc/fstab//10.10.0.2/shell /opt/shell cifs rw,dir_mode=0750,file_mode=0750,username=administrator,password=xxxx 0 0 Linux > Windows > 日常文章 > 日常笔记 #日常笔记 #Linux #Windows Linux挂载Wimdows SMB共享 https://hesc.info/ba2abe509626/ 作者 需要哈气的纸飞机 发布于 2022年9月17日 许可协议 在Linux CentOS 7上安装MongoDB数据库 上一篇 【实战】Syslog-ng安装与配置 下一篇