samba文件共享
Posted yuanqc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了samba文件共享相关的知识,希望对你有一定的参考价值。
1.yum install samba
2.pdbedit -a -u ***(user)
3.mkdir /home/database
4.chown -Rf maps:maps /home/database
5.semanage fcontext -a -tsamba_share_t /home/database
若: semanage: command not found
yum provides /usr/sbin/semanage
yum -y install policycoreutils-python
6.restorecon -Rv /home/database
7.getsebool -a|grep samba
若:getsebool: SELinux is disabled
vi /etc/selinux/config
将SELINUX=disabled 改为SELINUX=enforcing
8.setsebool -P samba_enable_home_dirs on
9.systemctl restart smb
systemctl enable smb
10.iptables -F
11.service iptables save
以上是关于samba文件共享的主要内容,如果未能解决你的问题,请参考以下文章
如何配置samba 要求共享文件夹public、匿名访问 samba版本3.0