ubuntu 访问window共享
时间:2020-05-15 20:15:56
收藏:0
阅读:54
sudo apt install cifs-utils
sudo mkdir /mnt/windowshare
sudo mount.cifs //192.168.199.234/111 /mnt/windowshare -o username=share, passwd=share
参考地址:
https://blog.csdn.net/gjianw217/article/details/81942620
https://blog.csdn.net/stlinax/article/details/85308063
原文:https://www.cnblogs.com/liushunli/p/12896571.html
评论(0)