Sunday, 16 August 2009

Simple Samba with no password for windows and linux

Hi,

There are is much information how to install and configure your samaba on Linux. I have below an example of a simple samaba configuration. Which will make your linux computer available to windows machines in the "WORKGROUP".

On the linux machine I have a folder that is specified to be readable and writable.
path = /home/ShareFolder

In the smb.conf file i placed only the below.


[global]
workgroup = WORKGROUP
os level = 20
netbios name = ComputerName
security = share

[Public]
comment = Public Folder
path = /home/ShareFolder
public = yes
writable = yes
create mask = 0777
directory mask = 0777
force user = nobody
force group = nogroup

0 comments:

Post a Comment