Samba共享文件
2019-11-13 08:18:54来源:博客园 阅读 ()
Samba共享文件
1 安装samba
yum install -y samba*
2 添加用户
useradd smbuser
3 设置共享文件用户的密码
smbpasswd -a smbuser
4 创建公共共享文件
mkdir /home/share
chmod 777 /home/share
5 修改smb的配置文件
vim /etc/samba/smb.conf
# max protocol = used to define the supported protocol. The default is NT1.
# can set it to SMB2 if you want experimental SMB2 support.
workgroup = MYGROUP
server string = Samba Server Version %v
; netbios name = MYSERVER
; interfaces = lo eth0 ens160 192.168.12.2/24 192.168.13.2/24 192.168.0.108
; hosts allow = 127. 192.168.12. 192.168.13. 192.168.0.
; max protocol = SMB2
[global]
workgroup = SAMBA
security = user
path = /win
public = on
writable = yes
[public]
comment = Public File
path = /home/share
available = yes
valid users = smbuser
read only = no
browsable = yes
public = yes
writable = yes
6 关闭防火墙
systemctl stop firewalld.service
7 查看SELinux模式
[root@localhost ~]# sestatus
SELinux status: enabled
SELinuxfs mount: /sys/fs/selinux
SELinux root directory: /etc/selinux
Loaded policy name: targeted
Current mode: enforcing
Mode from config file: enforcing
Policy MLS status: enabled
Policy deny_unknown status: allowed
Max kernel policy version: 31
8 修改SELinux模式
[root@localhost ~]# setenforce 0
[root@localhost ~]# sestatus
SELinux status: enabled
SELinuxfs mount: /sys/fs/selinux
SELinux root directory: /etc/selinux
Loaded policy name: targeted
Current mode: permissive
Mode from config file: enforcing
Policy MLS status: enabled
Policy deny_unknown status: allowed
Max kernel policy version: 31
9 启动smb
1 service smb status
2 systemctl start smb
10 打开windwos,我的电脑,输入\192.168.0.108
11 输入smbuser和密码
参考资料:
https://blog.csdn.net/blade2001/article/details/19963769
https://www.cnblogs.com/yongestcat/p/11438648.html
原文链接:https://www.cnblogs.com/purple910/p/11848355.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
下一篇:重置密码
- 文件压缩和打包 2020-06-11
- 厉害了!知道这样重命名文件都是大佬级别! 2020-06-09
- 一个骚命令防止你的文件被误删除! 2020-06-08
- linux文件权限和群组 2020-06-04
- 【再学Linux】第5章用户身份与文件权限 2020-06-03
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash