Home | Mirror | Search

第 20 章 Samba

[root@development ~]# yum -y install samba		
		

smbpasswd

[root@development ~]# sudo smbpasswd -L -a neo		
		

smb.conf

#============================ Share Definitions ==============================

[homes]
        comment = Home Directories
        browseable = no
        writable = yes
        valid users = %S

[developer]
        comment = Developer Stuff
        path = /var/www/html
        public = yes
        writable = yes
        printable = no
        write list = +apache
		
		
comments powered by Disqus