Samba Public share

January 5, 2006 · Posted in linux · 1 Comment 

To make a SAMBA share “Public” so that whether or not user have an account on the server, be able to access the share, add the following in the Global setting:

map to guest = Bad User

And have the following share definition:

[Public]
path = path/to/share
public = yes
writeable = yes
browseable = yes
only guest = yes

smbmount by a non-root user

January 3, 2006 · Posted in linux · Comment 

The owner of smbmnt and smbumount should be root:root

chmod 04755 /path/to/smbmnt
chmod 04755 /path/to/smbumount

  • Calendar

    February 2012
    M T W T F S S
    « Jan    
     12345
    6789101112
    13141516171819
    20212223242526
    272829