标签:CentOS 第2页

2018年5月

基础环境准备

rwt 发布于 2018-09-01

1. NFS服务器 2. apache服务器 3. vsftpd服务器 4. samba服务器 1、关闭防火墙和selinux # service iptables stop ##关闭防火墙 # chkconfig iptables off ##关闭防火墙开机自启 # seten...

阅读(2030)赞 (0)

2018年6月

CentOS 6 配置Samba

2

rwt 发布于 2018-06-20

一、安装samba [root@c ~]# yum install -y samba 二、配置smb.conf [root@c ~]# cd /etc/samba/ [root@c samba]# mv smb.conf smb.conf.bak [root@c samba]# ...

阅读(983)赞 (0)