启动ftp命令 nginx

Others 2018-07-27 10:03:00 2018-07-27 10:03:00 2296 次浏览

systemctl restart vsftpd.service

#设置开机启动 systemctl enable vsftpd.service

# 重启 service vsftpd restart

# 查看vsftpd服务的状态 systemctl status vsftpd.service

启动 nginx

service nginx restart



安装nginx 

https://www.jb51.net/article/107966.htm