How to enable lsof command?
I tried checking some ports on my pod and I read that lsof can be used for that but when I try using it in my terminal I get a
"bash: sudo: command not found" response
Is there a way to enable lsof?
4 Replies
do not need to use sudo you are root 🙂
bash: lsof: command not found
still getting not found tho 😦
Solution
apt update & apt install lsof
oh wow worked like a charm
thanks! 😄