Add lsof command

lsof cheat sheet
pull/1492/head
Paul Marsicovetere 2 years ago committed by GitHub
parent 4ac41e15fd
commit 6928a2e91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/105-lsof.md

@ -1 +1,8 @@
# Lsof
# lsof
Lsof lists on its standard output file information about files opened by processes.
See `man lsof` or `lsof --help` for further information.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://neverendingsecurity.wordpress.com/2015/04/13/lsof-commands-cheatsheet/'>lsof Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man8/lsof.8.html'>lsof Documentation</BadgeLink>

Loading…
Cancel
Save