文件操作 - failed-syscalls-report
返回文件管理
返回主菜单
删除本文件
文件: /usr/libexec/perf-core/scripts/perl/bin/failed-syscalls-report
编辑文件内容
#!/bin/bash # description: system-wide failed syscalls # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
修改文件时间
将文件时间修改为当前时间的前一年
删除文件