2016年1月25日
摘要: 1 安装 vsftpd 查看是否已经安装 vsftpd rpm -qa | grep vsftpd 如果没有 则安装 安装命令如下 yum -y install vsftpd 设置开机启动 chkconfig vsftpd on 启动服务 service vsftpd start 2 添加用户 us 阅读全文
posted @ 2016-01-25 22:37 ヽ坚强的蘑菇 阅读(180) 评论(0) 推荐(0) 编辑