博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Samba Server Configuration - Simple
阅读量:6798 次
发布时间:2019-06-26

本文共 1025 字,大约阅读时间需要 3 分钟。

https://help.ubuntu.com/community/Samba/SambaServerGuide

Note: For Ubuntu 8.04 (Hardy) and later, shared directories are created directly from the directory. Browse to the location of the directory you would like to share, right-click the directory, and choose Sharing Options. Click the "Share this folder".

The shares are defined in the background using the "net usershare" command and the definitions are saved in /var/lib/samba/usershares/ . Therefore, shares defined with this method are not visible in smb.conf.

username map = /etc/samba/smbusers

log file = /var/log/samba/log.%m

Samba Server Configuration by GUI

For Gnome, the package system-config-samba is convenient. Once installed, launch System - Administration - Samba. (Shares created using the "Sharing options" context menu will not be visible in this tool.)  Or launch it by searching samba in dashhome. 找到对应的leon用户,然后输入samba 用户名和密码并确定。

A less friendly but also graphical tool is , a web-based interface.

 

 

转载于:https://www.cnblogs.com/llrraa2010/p/3997287.html

你可能感兴趣的文章
软工个人作业4
查看>>
DOM节点树和元素树--深度遍历
查看>>
Nginx 安装及配置
查看>>
我为什么要学习重构!
查看>>
CentOS 7最小安装后,手动连接网络
查看>>
选择排序
查看>>
卷积神经网络(基础知识回顾)-第七讲
查看>>
inno setup中文支持
查看>>
js内存泄漏的问题?
查看>>
程序代码阅读与分析
查看>>
Linux 安装PHP PECL 百分百成功
查看>>
关于c++风格 code style
查看>>
svn 常用
查看>>
SVM支持向量机
查看>>
Asymptote 学习记录(2):例子阅读
查看>>
《常微分方程教程》习题2-2,4:一个跟踪问题
查看>>
陶哲轩实分析例17.2.3
查看>>
兩個集合之間的全體部分函數可以形成一個集合
查看>>
Elementary Methods in Number Theory Exercise 1.2.17
查看>>
认识拨号计划 - Dialplan
查看>>