240 发简信
IP属地:广东
  • Yum命令

    yum check-update 检查可更新的所有软件包 yum update 下载更新系统已安装的所有软件包 yum upgrade 大规模的...

  • find命令 查找Linux文件

    find / -xdev -type f '(' -name core -o -name 'core.[0-9]*' ')' ...

  • Linux 拷贝远程文件

    rsync它比scp更强大,支持“不覆盖”原目录例子:rsync -avz --progress /root/client/ root@20...

  • Resize,w 360,h 240
    Python 查找Linux文件

    通过python os 模块,遍历目录中指定后缀名的文件。 脚本内容如下: 执行结果: #!/usr/bin/python #encoding:...