de0319gh

 

挂载WIndow共享文件夹  //192.168.0.103/software

mount -t smbfs -o username=administrator,password=“de123”  //192.168.0.103/software /opt/Windows  RHE5之前版本可用

mount -t cifs -o username=administrator,password=\'de123\' //192.168.0.103/software /opt/Windows

 

附加写文件权限

mount -t smbfs -o rw,fmask=775,dmask=777,uid=www,gid=www,username=administrator,password=\'\' //192.168.10.58/software /share

 

卸载WIndow共享文件夹  //192.168.0.103/software

umount  -l  /opt/Windows

分类:

技术点:

相关文章:

  • 2021-08-07
  • 2021-08-07
  • 2021-08-07
  • 2021-08-07
  • 2021-12-10
猜你喜欢
  • 2021-08-07
  • 2021-08-07
  • 2021-08-07
  • 2021-08-07
  • 2021-10-09
  • 2021-08-07
  • 2021-08-07
相关资源
相似解决方案