One thing that you may want to check is the linux permissions on the directories that 
you have set up as shares.  Most of the directories created on a Linux system is set 
up for root/root with the write attribute off for others.  You will need to change 
those
shares to chmod 777 in order to enable writing to those areas via samba (either that 
or set up your users as belonging to group "samba"?

Samy Elashmawy wrote:

> 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

--
cya l8r
Leon McClatchey
[EMAIL PROTECTED]
Linux User 78912 (Win95 Box)

On-line, adj.:
 The idea that a human being should always be accessible to a
computer.


-
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

Reply via email to