常用命令:
grep -c -e "pattern" filename
-c:有多少行匹配了pattern
-e:打印出匹配了pattern的行
du -h --max-depth=1
打印出深度为1的文件大小
ping目标ip不通
route add -net targetIP gw localGW netmask 255.255.255.0 dev netPORT
2、绑核
lscpu
ps -o pid,psr,comm -p <pid>
taskset -cp <pid>
taskset -cp 4,5,6 <pid>
taskset -c 1,2,3 /sbin/ntp
新闻热点
疑难解答