Skip to content

Instantly share code, notes, and snippets.

@pnasrat
Created June 20, 2016 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pnasrat/51db3a655730ed449daee2cdec6f5805 to your computer and use it in GitHub Desktop.
Save pnasrat/51db3a655730ed449daee2cdec6f5805 to your computer and use it in GitHub Desktop.
RC Linux/UNIX debugging tool notes
  • ls
  • ps
  • pgrep
  • strace - used to trace system (kernel) calls
  • ltrace - used to trace library (C)
  • /proc filesystem - lots of information
  • /proc/
  • /proc//fd
  • lsof - list of open files including network
  • gdb - briefly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment