Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to quickly deploy FTP in CentOS 6.5.How to deploy FTP quickly

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to achieve rapid deployment of FTP in CentOS 6.5, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

In this paper, an example is given to describe the method of rapid deployment of FTP on CentOS 6.5platform. Share with you for your reference, the details are as follows:

Install vsftpd (for installation that requires the use of YUM,YUM, please refer to the previous CentOS 6.5 platform local YUM configuration)

Yum install vsftpd-y yum install lftp-y

Create user qq create directory / home/wq

Useradd-d / home/wq/ qqpasswd qq

Give directory permissions

Chmod-R 777 / home/wq/

Give the user permission

Chown-R qq / home/wq/vi / etc/vsftpd/vsftpd.confanonymous_enable=no / / do not enable anonymous users

Remove # comment

Chroot_local_user=YES / / users cannot access files or directories outside their own directory after logging in

Start FTP

Service vsftpd start

Configure boot boot

Chkconfig vsftpd on

Temporarily turn off the firewall

Iptables-F

Permanently turn off the firewall

Chkconfig iptables off

Close selinux

Vi / etc/selinux/config

Note #

SELINUX=disabled#SELINUXTYPE=targeted above is all the content of the article "how to quickly deploy FTP in CentOS 6.5.Thank you for reading!" I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report