摘要: 查找最大文件: find / -type f -exec du -Sh {} + | sort -rh | head -n 10 find / -size +20G -type f -exec du -Sh {} + | sort -rh | head -n 10 lsof -i:80 查看端口 阅读全文
posted @ 2021-12-30 10:07 星回中道 阅读(9) 评论(0) 推荐(0) 编辑