0

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

BrainCore
  • 5,214
  • 4
  • 33
  • 38

1 Answers1

1

There's a process events connector, which is based on a netlink interface.

Torsten Marek
  • 83,780
  • 21
  • 91
  • 98