Introduction to SMB network services and their installation configuration

Source: Internet
Author: User

Software platform: linux12.04


1) Install Samba:sudo apt-get Install Samba

2 To configure SMB:

sudo vim/etc/samba/smb.conf

Add code at the end of the configuration file:

[ALD]

Comment = SMB

Path =/HOME/ALD/SMB (custom path)

browseable = yes

writable = yes

Read Only = no

Guest OK = yes


Create a shared directory for the SMB server: sudo mkdir/home/ald/smb elevated directory permissions: sudo chmod 777/home/ald/smb


3 Restart the SMB server

sudo service smbd restart

sudo service nmbd restart


4 Get Linux IP address

Ifconfig

5)

After you have guaranteed that Windows and Ubuntu can ping each other, use running (Windows Health +r) in Windows and enter an IP carriage return for Ubuntu to enter the SMB server.



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.