撞库攻击

黑客入门,爬虫技术,勒索软件,攻击软件,网络蜘蛛,网络病毒

CentOS如何查看命令执行进度

  PV 全命为Pipe Viewer,运用它我们可以查询到指令实行的进展。

  # wget http://www.ivarch.com/programs/sources/pv-1.5.3.tar.bz2

  # tar xjf pv-1.1.4.tar.bz2

  # cd pv-1.1.4

  # ./configure

  # make && make install

  例:我需要将/home/ftp/vqiu 文件目录下装包文件夹名称称之为vqiu@yy-mm-dd.

  # tar -p -cf - /home/ftp/vqiu | pv --size `du -sk /home/ftp/vqiu | cut -f 1`k | gzip >/home/ftp/vqiu@`date %y-%m-%d`.tar.g

  • 评论列表:
  •  瑰颈浊厌
     发布于 2022-06-05 05:22:24  回复该评论
  •   PV 全命为Pipe Viewer,运用它我们可以查询到指令实行的进展。  # wget http://www.ivarch.com/programs/sources/pv-1.5.3.tar.bz2  # tar xjf pv-1.1.4.t

发表评论:

Powered By

Copyright Your WebSite.Some Rights Reserved.