Kevin Traas wrote: > > > What I'm looking for is the absolute minimum /etc/smb.conf that will > > allow me to share a directory, say /tmp, on the Linux box with the > > Windows box. > > Have you looked at /usr/doc/HOWTO/SMB-Howto.gz? > > It contains a starter /etc/smb.conf as follows: > ----------------- > [global] > ; Uncomment this if you want a guest account > ; guest account = nobody > log file = /var/log/samba-log.%m > lock directory = /var/lock/samba > share modes = yes > > [homes] > comment = Home Directories > browseable = no > read only = no > create mode = 0750 > > [tmp] > comment = Temporary file space > path = /tmp > read only = no > public = yes > ------------------- > you also may need the 'workgroup' and the 'interfaces' parameters... type 'man smb.conf' for information..
-Paul -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .