Linux 拨号vps windows公众号手机端

linux中vsftpd开启和关闭的方法是什么

lewis 6年前 (2019-05-22) 阅读数 16 #网络运维
文章标签 linuxvsftpd

在Linux系统中,要开启和关闭vsftpd(Very Secure FTP Daemon)服务,可以使用以下命令:

  1. 开启vsftpd服务:
sudo systemctl start vsftpd
  1. 关闭vsftpd服务:
sudo systemctl stop vsftpd

另外,还可以使用以下命令来重新启动vsftpd服务:

sudo systemctl restart vsftpd

如果需要在系统启动时自动启动vsftpd服务,可以使用以下命令:

sudo systemctl enable vsftpd

要禁用vsftpd服务的自动启动,可以使用以下命令:

sudo systemctl disable vsftpd
版权声明

本文仅代表作者观点,不代表米安网络立场。

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

热门