We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you do px 1234, px should include in its output the list of deleted files being held open by this process, or at least a top-ten by size.
px 1234
px
Here's how to get that info system-wide:
lsof -nP +L1
This lists all files to which there are zero links.
The text was updated successfully, but these errors were encountered:
Is it "should" as in "usually does" or "should" as in "should be implemented"?
Sorry, something went wrong.
"Should" as in "should be implemented".
Got it. Great product btw
No branches or pull requests
If you do
px 1234
,px
should include in its output the list of deleted files being held open by this process, or at least a top-ten by size.Here's how to get that info system-wide:
This lists all files to which there are zero links.
The text was updated successfully, but these errors were encountered: