List

  • strace <PROGRAM> — traces which syscalls are used by an executable.
  • ldd <EXECUTABLE> — shows which dynamic libraries an executable uses.
  • htop — visually displays the system’s process tree. Press F5 to switch between tree and list view.