摘要: #!/bin/bash DPATH="/sys/kernel/debug/tracing" ## shell pid PID=$$ [ `id -u` -ne 0 ] && { echo "needs to be root" ; exit 1; } [ -z $1 ] && { echo "need 阅读全文
posted @ 2021-02-26 17:23 codestacklinuxer 阅读(168) 评论(0) 推荐(0) 编辑