centos重启ftp命令
service vsftpd start
如果提示:Redirecting to /bin/systemctl start vsftpd.service
估计是使用的是Centos7或者 Fedora高版本
执行命令使用:
#systemctl start vsftpd.service
service vsftpd start
如果提示:Redirecting to /bin/systemctl start vsftpd.service
估计是使用的是Centos7或者 Fedora高版本
执行命令使用:
#systemctl start vsftpd.service