Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
My problem is that after getting the samba server running.
I cannot seem to use the public folder. When I try to create new folders, it fails
The individual user's folders are working fine
here's my smb.conf file, is there something missing?
[global]
smb passwd file = /etc/samba/smbpasswd
domain master = yes
printing = lprng
dns proxy = no
encrypt passwords = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins support = true
printcap name = /etc/printcap
max log size = 0
security = user
domain logons = yes
server string = Samba IBM Server
workgroup = Company
local master = yes
log file = /var/log/samba/%m.log
load printers = yes
os level = 33
[netlogon]
path = /usr/local/samba/lib/netlogon
writable = no
browseable = no
guest ok = yes
comment = Network Logon Service
share modes = no
available = no
[Profiles]
path = /usr/local/samba/profiles
browseable = no
guest ok = yes
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.