如何在 Linux 上搜索或查找超过指定大小的文件? 黄忠 系统管理 星期五 九月 20th, 201314:45CentOS, Linux, 搜索 0 Comment 查找超过 10MB 的文件 find . -type f -size +10000k -exec ls -lh {} \; | awk ‘{ print $9 “: ” $5 }’
如何修复 CentOS 上的 “bash: scp: command not found” 错误? 黄忠 系统管理 星期五 九月 20th, 201314:45CentOS, Linux, scp 0 Comment 在 CentOS 上安装 openssh-clients 软件包: yum install openssh-clients