S
S
Sergey Karbivnichy2020-12-20 22:40:33
linux
Sergey Karbivnichy, 2020-12-20 22:40:33

How to track running processes in Linux?

For example, I collect the program from source codes. I run make, and it follows the rules to run the compiler and other utilities. I need to write down in a file what utilities and compilers are started and with what parameters. This is just for an example. If there is no ready-made solution, tell me where to dig - I'll write the script myself.
Here is an example from the task manager:
5fdfa858917e0500593240.png
There you can see the full path to the executable file and the parameters with which this file is launched.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Cheremisin, 2020-12-20
@hottabxp

Linux has an audit subsystem https://m.habr.com/ru/company/selectel/blog/267833/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question