find-process
find-process copied to clipboard
hints for netstat not found
I am testing find-process
installed as npm global dependency on an ubuntu machine without installing netstat
.
When I use it to find process, it only prompt No process found
instead of the real reason that
Command 'netstat' not found, but can be installed with:
sudo apt install net-tools