2013年8月13日 星期二

linux-samba

# vi etc/samba/smb.conf  ## samba 設定
[global]
workgroup = domainControlerName



[shareName]
path = /shareDirectory               
read only = no
writeable = yes
browseable = no
guest ok = yes


# service smb restart  ## samba 重啟
# service nmb restart  ## netbios 重啟
testparm
Edward Lee <hongkong2000@gmail.com>
11:38 (6 minutes ago)
to me
        max log size = 50
        dns proxy = no
        security = share
        encrypt passwords = no
        guest ok = yes
[homes]
        comment = Home Directories
        browseable = no
        writeable = yes
[printers]
        comment = All Printers
        path = /usr/spool/samba
        browseable = no
        printable = yes
[host2]
        path = /host2
        writeable = yes
        browseable = yes
        guest ok = yes
[oracle10g]
        path = /oracle10g
        writeable = yes
        browseable = yes
        guest ok = yes
[vfp_var]
        path = /vfp_var
        writeable = yes
        read only = no
[sole]
path = /sole
writeable = yes
read only = no
[impactcl]
path = /impact
writeable = yes
read only = no
[fax]
path = /fax
writeable = yes
read only = no

沒有留言:

張貼留言