Samba configuration in centos

Source: Internet
Author: User
1. Install Samba (centos Linux): Yum install Samba system-config-samba-client samba-common
2. Create a WWW account
/Usr/sbin/groupadd www/usr/sbin/useradd-G WWW
Mkdir-P/data/
Chown-r www: www/data/
Chmod 777/data/
CAT/etc/passwd | mksmbpasswd. Sh>/etc/samba/smbpasswd
3. Create a samba configuration file
MV-F/etc/samba/smb. conf/etc/samba/smb. conf. Bak
Vim/etc/samba/smb. conf
Enter the following content:
[Global] Server String = Samba Server
Security = user
// If You Need anonymous access and modify it to share, the following net directory can be accessed anonymously.
Encrypt passwords = Yes
SMB passwd file =/etc/samba/smbpasswd
[Net]
Public = Yes
Path =/data/Net
[Web]
Workgroup = WWW
NetBIOS name = WWW
Path =/data/
Browseable = Yes
Writeable = Yes

4. Set a password for Samba user www:

Smbpasswd-a WWW

5. Start Samba:

/Sbin/service SMB start


6 Add to system startup

Vim/etc/rc. d/rc. Local

Add last line

/Etc/init. d/SMB restart

7. Port 139 in iptables, or disable iptables,/sbin/service iptables stop

8. Right-click on my computer-map the network drive, enter the IP address of the Samba server, and enter the WWW user name and password.

Disconnect a shared connection cmd command

Net use */del
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.