Me too!

I wonder why I didn't think of that. After 14 years with Ubuntu and Mint, I knew that!JoeFootball wrote: ↑Mon Feb 01, 2021 10:09 amActive processes can be displayed withingeva wrote: I tried to find the active program ...ps
, for example:ps -aux
And you can search that output for a keyword withgrep
, for example:ps -aux | grep break