加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

unix系统调用监视器

发布时间:2020-12-15 22:16:25 所属栏目:安全 来源:网络整理
导读:如何监控进程的系统调用? 解决方法 检查 strace In the simplest case strace runs the specified command until it exits. It intercepts and records the system calls which are called by a process and the signals which are received by a process.
如何监控进程的系统调用?

解决方法

检查 strace

In the simplest case strace runs the specified command until it exits. It intercepts and records the system calls which are called by a process and the signals which are received by a process. The name of each system call,its arguments and its return value are printed on standard error or to the file specified with the -o option.

Each line in the trace contains the system call name,followed by its arguments in parentheses and its return value.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读