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