Skip to content

Conversation

@jholveck
Copy link
Contributor

I was getting some false hits with lsof | grep $PID. We can use lsof -p $PID instead.

Using lsof | grep $PID is prone to false hits.  Use lsof -p $PID
instead.
@BoboTiG BoboTiG merged commit b83cc58 into BoboTiG:main Oct 31, 2025
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants