0
点赞
收藏
分享

微信扫一扫

【Linux】服务 || 启动 || 重启 || 关闭

爱薇Ivy趣闻 2022-11-25 阅读 73


1、高版本

systemctl restart vsftpd
systemctl start vsftpd
systemctl stop vsftpd

2、低版本

service vsftpd restart
service vsftpd start
service vsftpd stop

举报

相关推荐

0 条评论