利用命令

sudo apt-get install vsftpd   //安装

进入etc文件可以找到

vsftpd.conf的配置文件

作为新手难免会弄错配置又不知道怎么办,那么可能会利用

sudo apt-get remove vsftpd //删除

这个时候会发现etc下面的配置文件还在,那么可能会rm它

这个时候重新利用安装命令安装vsftpd的时候发现配置文件不见了,这个时候只能利用下面的命令解决了

#apt-get remove vsftpd --purge
#apt-get update
#apt-get install vsftpd

ubuntu下安装vsftpd及vsftpd配置文件不见的解决办法

 

相关文章:

  • 2021-07-15
  • 2021-08-09
  • 2022-12-23
  • 2022-01-11
  • 2021-06-14
  • 2021-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-16
  • 2021-10-10
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2021-11-28
相关资源
相似解决方案