摘要: mv /bin/cat /bin/cat_o ln -s /usr/bin/coreutils /sbin/cat nano /bin/cat #!/bin/bash function CPUinfo { # 在这里编写处理 /proc/cpuinfo 文件并输出结果的代码 local cpuinf 阅读全文
posted @ 2024-04-22 12:37 ahuo 阅读(4) 评论(1) 推荐(0) 编辑
摘要: strace -f -ttt -v -s 128 ./test 2>&1 |grep proc 阅读全文
posted @ 2024-04-22 10:47 ahuo 阅读(2) 评论(0) 推荐(0) 编辑