Samba System Share


2007-09-20 Digg! icurtain Delcious icurtain Technorati icurtain


cd /etc/samba/
nano samba.conf

# Security mode. Defines in which mode Samba will operate. Possible
# values are share, user, server, domain and ads. Most people will want
# user level security. See the Samba-HOWTO-Collection for details.
security = SHARE

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The default is NO.
dns proxy = no
guest ok = yes
guest account = root

[filesystem]
path = /
guest ok = yes
writeable = yes
create mask = 0777