Linux 进程生成/创建触发器
我正在尝试以编程方式跟踪 Linux 用户当前正在运行的进程。 当用户分叉或执行新进程时是否可以收到通知,或者是永久轮询进程列表以查找新进程的唯一解决方案。
谢谢,
肯
I am attempting to programmatically track the processes a linux user is currently running. Is it possible to be notified when a user has fork-ed or exec-ed a new process, or is the only solution to perpetually poll the process list for new processes.
Thanks,
Ken
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个进程事件连接器,它基于netlink接口。
There's a process events connector, which is based on a netlink interface.