标签:name grep key gre png ima put art emc
1、查看所有的安装的软件包 并在结果中查找包含vsftp 的文件
rpm -qa | grep vsftpd
如果没有装则使用yum命令安装
yum -y install vsftpd
vsftpd.conf配置
查看vsftpd 服务的运行状态
systemctl status vsftpd
如果最后一条状态是stoped则启动vsftpd
systemctl start vsftpd
如果最后一条状态是started则重启vsftpd
systemctl restart vsftpd
2、
3、
转载自:https://blog.csdn.net/putao2062/article/details/79668880
https://blog.csdn.net/xqhrs232/article/details/50961259
标签:name grep key gre png ima put art emc
原文地址:https://www.cnblogs.com/yanLog/p/9805929.html