fedora 中如何安裝smb服務,讓windows 系統通路fedora的共享檔案夾呢?

配置好後,啟動smb服務:
[root@huangwei downloads]# service smb start
redirecting to /bin/systemctl start smb.service
但是windows仍然通路不到,為什麼呢?因為fedora防火牆沒有關閉。
如何關閉fedora防火牆?
[root@huangwei downloads]# systemctl disable firewalld.service
rm '/etc/systemd/system/basic.target.wants/firewalld.service'
rm '/etc/systemd/system/dbus-org.fedoraproject.firewalld1.service'
[root@huangwei downloads]# systemctl stop firewalld.service