1, sudo apt-get update
sudo apt-get install samba
2, add the following to the file end:
sudo vim /etc/samba/smb.conf
[root]
path = /home/max/share
browsable = yes
writable = yes
guest ok = yes
read only = no
force user = nobody
3, in the Win7's windows input:
\\192.168.0.151
sudo apt-get install samba
2, add the following to the file end:
sudo vim /etc/samba/smb.conf
[root]
path = /home/max/share
browsable = yes
writable = yes
guest ok = yes
read only = no
force user = nobody
3, in the Win7's windows input:
\\192.168.0.151
本文介绍如何通过Samba服务在Linux环境下配置文件共享,并使Windows系统能够访问这些共享文件夹。具体步骤包括安装Samba软件包、编辑配置文件以及设置共享目录属性。
1482

被折叠的 条评论
为什么被折叠?



