系统相关
首页 > 系统相关> > ubuntu 访问window共享

ubuntu 访问window共享

作者:互联网

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

标签:cifs,sudo,mnt,blog,window,details,https,ubuntu,共享
来源: https://www.cnblogs.com/liushunli/p/12896571.html