重启vsftpd服务器
通常重启使用的命令是
service vsftpd restart
但是centos7之后,改用的命令是如下方式:
systemctl restart vsftpd.service
最后执行查看状态,以查看重启成功了
systemctl status vsftpd.service
本文介绍在CentOS 7系统中重启vsftpd服务器的方法,使用systemctl命令替代旧版service命令,确保FTP服务正常运行。
重启vsftpd服务器
通常重启使用的命令是
service vsftpd restart
但是centos7之后,改用的命令是如下方式:
systemctl restart vsftpd.service
最后执行查看状态,以查看重启成功了
systemctl status vsftpd.service

被折叠的 条评论
为什么被折叠?