Skip to content

Instantly share code, notes, and snippets.

@m13m
Last active September 18, 2018 20:18
Show Gist options
  • Save m13m/db3fefc879867ea421d62627b453ee35 to your computer and use it in GitHub Desktop.
Save m13m/db3fefc879867ea421d62627b453ee35 to your computer and use it in GitHub Desktop.
Linux Commands List which are useful but I always forget to use them
  1. strip - Discard symbols from object files. (lesser size)

  2. socat - Multipurpose relay (SOcket CAT)

  3. file — determine file type

  4. du - estimate file space usage

  5. readelf - Displays information about ELF files

  6. pstree - display a tree of processes

  7. userdel - delete a user account and related files

  8. nm - list symbols from object files

  9. perf - Performance analysis tools for Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment