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

 

相关文章:

  • 2021-07-05
  • 2021-10-20
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2022-12-23
  • 2021-09-29
猜你喜欢
  • 2021-09-27
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2021-05-07
  • 2021-10-25
  • 2022-02-13
相关资源
相似解决方案