在Debian系统下,可以使用以下命令来启动和停止vsftpd服务:
sudo systemctl start vsftpd  或者
sudo service vsftpd start  sudo systemctl stop vsftpd  或者
sudo service vsftpd stop  sudo systemctl status vsftpd  或者
sudo service vsftpd status  sudo systemctl enable vsftpd  或者
sudo service vsftpd enable  sudo systemctl disable vsftpd  或者
sudo service vsftpd disable  请注意,如果您的Debian系统版本较旧,可能不支持systemctl命令,您需要使用service命令来管理vsftpd服务。