首页 > 系统 > Linux > 正文

linux下常用命令(grep、du、route、绑核等)

2024-06-28 16:01:17
字体:
来源:转载
供稿:网友

常用命令:

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


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表