Skip to content
New issue

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

Two lsof sections. #35

Open
stappersg opened this issue Oct 10, 2022 · 0 comments
Open

Two lsof sections. #35

stappersg opened this issue Oct 10, 2022 · 0 comments

Comments

@stappersg
Copy link
Contributor

There are two sections that cover the lsof command.

$ git grep  lsof
docs/lpic2.200.1.md:-   `lsof`
docs/lpic2.200.1.md:##  lsof
docs/lpic2.200.1.md:The `lsof` command is used to list information about
docs/lpic2.200.1.md:*open files* and their corresponding processes. `lsof` will handle
docs/lpic2.200.1.md:By default, lsof will show unformatted output which might be hard to
docs/lpic2.200.1.md:        $ lsof options names
docs/lpic2.200.1.md:The names argument acts as a filter here. Without options, `lsof` will
docs/lpic2.200.1.md:        $ sudo lsof /var/run/utmp
docs/lpic2.200.1.md:        $ sudo lsof +d /var/log
docs/lpic2.200.1.md:This last example causes `lsof` to search for all open instances of
docs/lpic2.205.2.md:-   `/usr/sbin/lsof`
docs/lpic2.205.2.md:###   lsof
docs/lpic2.205.2.md:The `lsof` command lists all open files on a system. Since Linux
docs/lpic2.205.2.md:Options of the `lsof` used for network troubleshooting.
docs/lpic2.205.2.md:-   Do not resolve hostnames; can make `lsof` run faster.
docs/lpic2.205.2.md:-   Do not resolve port names; can make `lsof` run faster.
docs/lpic2.205.2.md:Like `lsof`, `netstat` is a program to list open ports on a
$

This issue has now reported the duplicate. How to deal with it, is yet unknown / undecided.

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

No branches or pull requests

1 participant