I am trying to create files/copy files to a shared directory from the samba server. Ikee getting access denied! messages. However I can create files in my home Directory. I have no Idea why I cant write to the samba shared Directorys ??
Here is the smb.conf file
[global]
workgroup = workgroup
guest account = nobody
keep alive = 30
os level = 2
security = user
printing = bsd
printcap name = /etc/printcap
load printers = yes
; Please uncomment the following entry and replace the
; ip number and netmask with the correct numbers for
; your ethernet interface.
; interfaces = 10.20.30.1/255.0.0.0
; If you want Samba to act as a wins server, please set
; 'wins support = yes'
wins support = no
; If you want Samba to use an existing wins server,
; please uncomment the following line and replace
; the dummy with the wins server's ip number.
; wins server = 192.168.1.1
[homes]
comment = Heimatverzeichnis
browseable = no
read only = no
create mode = 0750
; The following share gives all users access to the Server's CD drive,
; assuming it is mounted under /cd. To enable this share, please remove
; the semicolons before the lines
;
[cdrom]
comment = Linux CD-ROM
path = /cdrom
read only = no
locking = no
[linserv]
comment = linux shared files
path = /linserv
readonly = no
locking = no
[test]
comment = testshare
path = /usr/tshare
browseable = yes
read only = no
public = yes
[printers]
comment = All Printers
browseable = no
printable = yes
public = no
read only = yes
create mode = 0700
directory = /tmp
- To get out of this list, please send email to [EMAIL PROTECTED] with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html
- Re: [SuSE Linux] access denied when writing to shared file... Samy Elashmawy
- Re: [SuSE Linux] access denied when writing to shared... Leon McClatchey
- Re: [SuSE Linux] access denied when writing to sh... Samy Elashmawy
- Re: [SuSE Linux] access denied when writing t... Brad Shelton
- Re: [SuSE Linux] access denied when writing t... Leon McClatchey
- Re: [SuSE Linux] access denied when writing t... Leon McClatchey
