service vsftpd status     //查看FTP运行状态
vim /etc/vsftpd/vsftpd.conf     //修改配置文件

找到vsftpd.conf中的

anonymous_enable=yes     //改为no;(yes=允许、no=禁止)

保存退出

service vsftp restart     //重启FTP服务

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2021-07-30
  • 2021-06-05
  • 2021-05-11
  • 2021-11-26
  • 2021-05-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
  • 2022-12-23
  • 2021-08-13
  • 2021-12-15
  • 2022-12-23
相关资源
相似解决方案