SAMBA 服務的問題 - Linux

Hedwig avatar
By Hedwig
at 2012-02-24T10:31

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


--
Tags: Linux

All Comments

John avatar
By John
at 2012-02-25T23:55
然後只有/tmp 有權寫入 /home 可讀不可寫
Vanessa avatar
By Vanessa
at 2012-02-27T05:34
vi /etc/selinux/config 下將SELINUX=disabled
即可解決 自問自答XDDD\
Ula avatar
By Ula
at 2012-03-02T19:12
果然跟我猜想的一樣 selinux真是好物

ftp遇到的怪問題

Victoria avatar
By Victoria
at 2012-02-23T17:22
當我用ftp 軟體的時候,在一個檔案夾裡面,有一個檔案是我自己寫的,而且是實實在在 存在的,但是無論我怎樣去delete或者用command “more”去看檔案,都會有問題: A file or directory in the path name does not exist. 而且當我用ftp 去把一模 ...

Fedora 16 與字型設定

Dinah avatar
By Dinah
at 2012-02-23T14:43
我安裝了 Fedora 16,但想要設定系統字型為 文鼎 PL新宋, 但卻不像先前的 Fedora,我找不到可以設定字型地方, 可以請教要在何處設定系統字型嗎? 謝謝! - ...

檔案內容自動斷行

Victoria avatar
By Victoria
at 2012-02-23T09:18
awk and#39;{printf and#34;%sand#34;,$0}and#39; FileName | sed s/\and#39;/\and#39;\\n/g ※ 引述《newvalentine (haha)》之銘言: : 最近在處理一些檔案內容,其檔案內容格式如下: : AAAAand#39 ...

求救 mail server 問題

Harry avatar
By Harry
at 2012-02-23T00:44
maillog 的部分我去查過 當我用 gmail 信箱寄到這台郵件伺服器的時候 該名使用者完全沒有收到這封信件 垃圾郵件找不到 沒有設定灰名單 也沒有被防火牆阻擋 我查到這段訊息 Feb 23 00:06:29 XXXXX postfix/smtpd[7326]: disconnect fr ...

arch 中 networkmanager 如何改 DNS?

Jacob avatar
By Jacob
at 2012-02-22T22:57
現在在arch上面是用這個方法, 阻止 dhcpcd 自動抓DNS server: /etc/dhcpcd.conf 中加入 nohook resolv.conf 之後dhcpcd就不會再去改 /etc/resolv.conf 了 來源:https://wiki.archlinux.org/index. ...