You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add /proc fallback for finding processes on a port
When lsof, ss, and fuser are all unavailable, parse /proc/net/tcp to
find socket inodes listening on the target port, then scan /proc/*/fd/
to map inodes back to pids. Always available on Linux.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments