zoukankan      html  css  js  c++  java
  • 如何在unbuntu 16.04上在线安装vsftpd

    本文涉及命令如下:

    # service vsftpd status  //查询vsftp服务状态

    # apt-get remove vsftpd  //卸载vsftpd

    # apt-get install vsftpd  //安装vsftpd

    # apt-get -f install  //未指明的软件包,故使用纠正错误

    # service vsftpd restart  //重启vsftpd服务

    第一步:查看是否部署vsftpd,编者使用的命令是# service vsftpd status

     

    第二步:卸载残留的vsftpd相关的软件包,命令为# apt-get remove vsftpd

    第三步:因为有未指明的软件包,故使用# apt-get -f install纠正错误

    第四步:安装vsftpd # apt-get install vsftpd

    至此,vsftpd即安装完成。

  • 相关阅读:
    leetcode 414
    Leetcode 495
    Leetcode 485题
    Python 24点(2)
    python 24点
    我的第一次作业
    Django
    multiprocessing模块
    遍历文档树
    shutil模块
  • 原文地址:https://www.cnblogs.com/guobm/p/11504879.html
Copyright © 2011-2022 走看看