systemctl start vsftpd #启动服务
systemctl stop vsftpd #停止服务
systemctl restart vsftpd #重启服务
systemctl status vsftpd #检查服务状态
systemctl enable vsftpd #设为开机启动
systemctl disable vsftpd #禁止开机启动
1、查看vsftpd是否运行
systemctl status vsftpd
2、如果没运行,启动vsftpd
systemctl start vsftpd
3、再次查看vsftpd运行状态
systemctl status vsftpd

4、设为开机自动启动
systemctl enable vsftpd

本文详细介绍如何使用systemctl命令管理VSFTPD服务,包括启动、停止、重启、检查服务状态及设置开机启动等操作步骤。
2485

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



