摘要: 1、 显示统计占用系统内存最多的进程,并排序。 [root@centos7-1data]#ps aux | sort -k4 -nr | head -n1 2、编写脚本,使用for和while分别实现192.168.0.0/24网段内,地址是否能够ping通,若ping通则输出"success!", 阅读全文
posted @ 2019-11-24 22:16 一叶知秋~~ 阅读(215) 评论(0) 推荐(0) 编辑