VMware下Centos7快速搭建vsftpd
生活随笔
收集整理的這篇文章主要介紹了
VMware下Centos7快速搭建vsftpd
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
最簡單快捷的實現ftp的功能,不考慮安全問題.?
?
?
1.配置防火墻和selinux
vi /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=permissive # SELINUXTYPE= can take one of three two values: # targeted - Targeted processes are protected, # minimum - Modification of targeted policy. Only selected processes are protected. # mls - Multi Level Security protection. SELINUXTYPE=targeted [root@localhost ~]# systemctl stop firewalld.service [root@localhost ~]# systemctl disable firewalld.service Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service. Removed symlink /etc/systemd/system/basic.target.wants/firewalld.service.?
2.安裝vsftpd
[root@localhost ~]# yum install -y vsftpd?
3.編輯配置文件
[root@localhost ~]# vi /etc/vsftpd/vsftpd.confanon_root=/opt #指定目錄
?
4.重啟服務
[root@localhost ~]# systemctl restart vsftpd?
5.打開瀏覽器訪問
ftp://192.168.13.14/?
?
轉載于:https://www.cnblogs.com/wangyang0210/p/10050466.html
總結
以上是生活随笔為你收集整理的VMware下Centos7快速搭建vsftpd的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Spring Batch之Job级拦截器
- 下一篇: Centos7部署开源聊天软件rocke