windows连接linux共享文件夹,windows访问linux共享文件夹

1.windows的网上邻居,是通过smb协议来共享信息的,如果需要给访问linux上的共享目录被windows访问到,需要linux有smb协议

sudo apt-get install samba #安装samba服务

sudo apt-get install smbfs #安装smbfs服务

2.安装好服务后,启动服务

harvey@harvey:/etc/samba$ service smbd restart

stop: Rejected send message, 1 matched rules; type="method_call", sender=":1.26" (uid=1000 pid=2707 comm="stop smbd ") interface="com.ubuntu.Upstart0_6.Job" member="Stop" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init ")

start: Rejected send message, 1 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=2701 comm="start smbd ") interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(uns

你可能感兴趣的:(windows连接linux共享文件夹,windows访问linux共享文件夹)