Linux 常用命令

查看磁盘使用情况

1
df -h

查看目录大小

1
du -sh *

查看某个进程

1
ps aux | grep php-fpm

监控某个日志文件

1
2
tailf error.log
tail -f error.log

监控服务器

1
top

统计 access.log 文件访问次数最多的 ip 地址,并取前 10 条记录

1
cat access.log | awk ‘{print $1}’ | sort | uniq -c | sort -k1nr | head -10

©版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 & 作者信息

Happy Coding

坚持原创技术分享,您的支持将鼓励我继续创作!
Flyertutor WeChat Pay

WeChat Pay

Flyertutor Alipay

Alipay