Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install a Ubuntu samba server

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to install the Ubuntu samba server, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.

Uninstall samba,smbclient,samba-common under the terminal

$sudo apt-get remove samba-common $sudo apt-get remove smbclient $sudo apt-get remove samba

1. Install the Ubuntu samba server:

Command: sudo apt-get install samba sudo apt-get install smbfs start: sudo / etc/init.d/samba start

At this point, you can already access directories shared by others, such as smb://192.168.2.187/

two。 Install the Ubuntu samba graphical management interface

Command: sudo apt-get install system-config-samba

3. Start Ubuntu samba:

Command: sudo / etc/init.d/samba start

4. Launch the management interface:

Command: sudo system-config-samba (you can also click on the menu item: system-system Management-Samba) to add a shared directory and select to access the user. The command to set the user's smb password is: when configuring the sudo smbpasswd-a user name, select "visible", otherwise it will be hidden, and others will not be able to see your share so that others can access your shared directory after restart.

5. Restart after setting: sudo / etc/init.d/samba restart

Thank you for reading this article carefully. I hope the article "how to install Ubuntu samba Server" shared by the editor will be helpful to everyone. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report