linux samba安装及配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux samba安装及配置相关的知识,希望对你有一定的参考价值。

1.  安装 yum -y install samba 

2.  查看安装路径  #whereis samba

3.  配置全局

[global]

workgroup = LinuxSir
netbios name = LinuxSir05
server string = Linux Samba Server TestServer
security = shar

4. 配置共享目录

[staticres]
path = /data/files
writeable = yes
browseable = yes
guest ok = yes

5. 修改权限

chown -R nobody /data/files

chmod 777 /data/files

参考文章:

http://blog.csdn.net/linglongwunv/article/details/5212875

http://www.cnblogs.com/whiteyun/archive/2011/05/27/2059670.html

以上是关于linux samba安装及配置的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu 18.04 LTS安装Samba服务及配置

samba 4.7.16 安装配置详解

Samba服务器的安装与配置

samba文件共享及账户映射

samba文件共享及账户映射

samba 服务配置