#rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
安裝 proftpd 相關套件:
#yum install -y proftpd-*
開啟防火牆:
#firewall-cmd --permanent --add-service=ftp
#firewall-cmd --reload
啟動與執行proftpd:
#systemctl enable proftpd.service
#systemctl start proftpd
取消與關閉proftpd:
#systemctl disable proftpd.service
#systemctl stop proftpd
重新執行proftpd:
#systemctl restart proftpd
沒有留言:
張貼留言