Configure Samba server via command line Linux CentOS

Posted by Greg Alexander on Server Fault See other posts from Server Fault or by Greg Alexander
Published on 2011-08-04T21:08:08Z Indexed on 2011/11/27 17:55 UTC
Read the original article Hit count: 346

Filed under:
|
|

I am trying to get samba working on centOS... I installed it via Yum, changed the samba config file to:

[ShareName]
        path = /var/www/html/
        public = no
        writable = yes
        printable = no
        create mask = 0765
        valid users = username

Restarted samba and it did nothing.. the windows network is not seeing the share at all. I realize there is most likely something I am missing but I have always done it with the GUI, but unable to do that this time.. Any pointers?

© Server Fault or respective owner

Related posts about Windows

Related posts about linux