FTP搭建网络yum源
生活随笔
收集整理的這篇文章主要介紹了
FTP搭建网络yum源
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1.部署FTP
#which vsftpd
#yum -y install vsftpf
#vi /etc/vsftp/vsftp.conf
允許匿名登錄設置
29,36行改加
anon_upload_enable=YES
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
anon_umask=022
listen=YES
改成后的內容
=====================
anonymous_enable=YES
local_enable=YES
write_enable=YES
local_umask=022
anon_upload_enable=YES
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
anon_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_std_format=YES
listen=YES
pam_service_name=vsftpd
userlist_enable=YES
tcp_wrappers=YES
===================
總結
以上是生活随笔為你收集整理的FTP搭建网络yum源的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 08day 数据泵(expdb/impd
- 下一篇: 08day 数据泵(Impdp)—数据