• Linux好用的工具命令


    Linux系统中将本地的文件上传到服务器或者从服务器上下载文件到本地可以通过安装lrzsz工具来简单便利的完成。

    >>RZ :将本地的文件上传到服务器

    >>SZ:从服务器上下载文件到本地

    一、工具安装

    root@pentest-OptiPlex-3010:~# apt-get install lrzsz
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
      linux-headers-4.4.0-87 linux-headers-4.4.0-87-generic linux-headers-4.4.0-89 linux-headers-4.4.0-89-generic linux-image-4.4.0-87-generic
      linux-image-4.4.0-89-generic linux-image-extra-4.4.0-87-generic linux-image-extra-4.4.0-89-generic
    Use 'sudo apt autoremove' to remove them.
    Suggested packages:
      minicom
    The following NEW packages will be installed:
      lrzsz
    0 upgraded, 1 newly installed, 0 to remove and 258 not upgraded.
    Need to get 0 B/73.8 kB of archives.
    After this operation, 265 kB of additional disk space will be used.
    Selecting previously unselected package lrzsz.
    (Reading database ... 307798 files and directories currently installed.)
    Preparing to unpack .../lrzsz_0.12.21-8_amd64.deb ...
    Unpacking lrzsz (0.12.21-8) ...
    Processing triggers for man-db (2.7.5-1) ...
    Setting up lrzsz (0.12.21-8) ...
    

    二、工具使用

    >> 将本地的文件上传到服务器

    >> 从服务器上下载文件到本地

  • 相关阅读:
    变量的分类
    诫子书
    变量variable
    标识符Identifier
    保留字reserved word
    关键字keyword
    编译运行代码的指令
    创建如下的类,使得运行的话可以输出
    常用的几个命令行操作都有哪些?
    idea快捷键整合-无鼠标操作idea
  • 原文地址:https://www.cnblogs.com/tdcqma/p/7422250.html
Copyright © 2020-2023  润新知