CentOS configuration Samba with Windows shared folder

Source: Internet
Author: User

Yum Install Samba


/etc/samba/smb.conf

Directory mask = 0777← Specifies the properties of the new directory (4 lines below)
Force Directory mode = 0777
Directory Security mask = 0777
Force Directory Security mode = 0777
Create mask = 0777← Specifies the properties of the new file (4 lines below)
Force Create mode = 0777
Security mask = 0777
Force Security mode = 0777
workgroup = MyGroup


security = share//here to change
Passdb backend = Tdbsam

text [public]
comment = Public Stuff
Path =/home/samba
Public = yes
writable = yes

chown-r Nobody/home/samba
chmod 777/home/samba

set the firewall to allow 139 ports

Linux mounts shared folders under Linux

sudo mount-t cifs-o username= "Nobody", Password= ""//192.168.1.168/public/mnt/samba (provided that the directory under win has been shared)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.