摘要:
mv /bin/cat /bin/cat_o ln -s /usr/bin/coreutils /sbin/cat nano /bin/cat #!/bin/bash function CPUinfo { # 在这里编写处理 /proc/cpuinfo 文件并输出结果的代码 local cpuinf 阅读全文
摘要:
strace -f -ttt -v -s 128 ./test 2>&1 |grep proc 阅读全文