SAMBA 服務的問題 - Linux

Table of Contents

小第一直有一個問題

SAMBA我不論怎麼設定

能分享的目錄就只有 /tmp 和 /home 底下的

path = 其他目錄

都會跳出

你沒有存取的權限 小弟我還是linux新手

我知道目錄權限可使用chmod 更改 可是我還是無法分享出來

不知道是發生什麼問題


我這邊目錄是這樣設定的....


[global]

follow symlink = yes
wide symlinks = yes
unix extensions = no

security = share


[html]
comment = Temporary file space
path = /var/www/html
read only = no
public = yes
create mode = 0777
directory mode = 0777
guest ok = yes


--

All Comments

John avatarJohn2012-02-25
然後只有/tmp 有權寫入 /home 可讀不可寫
Vanessa avatarVanessa2012-02-27
vi /etc/selinux/config 下將SELINUX=disabled
即可解決 自問自答XDDD\
Ula avatarUla2012-03-02
果然跟我猜想的一樣 selinux真是好物