Install and configure Samba in Ubuntu12.04 to share network neighbors

Source: Internet
Author: User
Samba is a powerful sharing tool that can be shared with Windows. It is a network-based neighbor feature that we often use between Windows computers to share files and printers. Today we will introduce how to install and configure in Ubuntu12.04. Of course, it can also be used in previous versions. Install Samba on Ubuntu: 1 install the Samba file. The first thing we need to do is install Samba. You can search for software in the Ubuntu Software Center and install it. If you

Samba is a powerful sharing tool that can be shared with Windows. It is a network-based neighbor feature that we often use between Windows computers to share files and printers. Today we will introduce how to install and configure in Ubuntu 12.04. Of course, it can also be used in previous versions.

Install Samba on Ubuntu:

1. Install the Samba File

The first thing we need to do is install Samba. You can search for software in the Ubuntu Software Center and install it. If you want to install the SDK through a terminal, copy the following command:

Sudo apt-get install samba-common
2 install some dependency packages for the configuration tool (do not forget to install python-glade2)

Sudo apt-get install python-glade2
3. Install the Samba server configuration tool:

Install the samba System Configuration graphical interface tool

Sudo apt-get install system-config-samba
4. Add a Linux/Unix user:

Adduser pirat9
5. Set the password for user pirat9:

Passwd pirat9
6. Now open the samba Configuration tool.

Samba configuration tool

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.