wowlinux 7.1
Kernel 2.4.2-3
samba-2.2.0-2
리눅스 그대로 따라하기라 7.0 이라는 책을 보고 삼바설정을 해주고 있습니다.
설정을 정상적으로 맞치고...정상적으로 삼바가 돌아 가고 있는거 같습니다.
그런데 서버에서 파일을 가져 올수는 있는데... 서버로 파일을 업로드하려고 하면
엑세스 거부라구 나오면...파일을 실행중인것 같다구 나옵니다..
그래서 파일을 업로드할수가 없네요....
중요한 몇가지 설정을 올려보겠습니다.
############################### smb.conf #################################
[global]
workgroup = E.C lab
server string = sunghee
printcap name = /etc/printcap
load printers = yes
printing = lprng
log file = /var/log/samba/%m.log
max log size = 0
security = share
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
[homes]
comment = Home Directories
browseable = no
read only = no
writable = yes
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
printable = yes
[public_html]
comment = Temporary file space
path = /home/ftp
read only = no
writable = yes
public = yes
############################ the end [smb.conf]##############################
중요해보이는 설정들을 몇가지 올려봤습니다.
설정의 어느부분을 고쳐주면..업로드가 될까요?
제가 알기로는 read only = no 라구 하면 쓰기가 가능한걸로 알고 있습니다만..
답변 주시면 감사하겠습니다~--삽-_-질 끝에 행^.^복 :-)