https://drive.google.com/file/d/1K4bmrFAw-tO9YJGITHPgqD5zFeO_GeD_/view?usp=sharing
pstreeShows processes in a tree hierarchy (parent → child relationships).
pstree
psLists current processes. Common options:
ps fx # Full-format listing with hierarchy
ps -C sleep # Show all processes named "sleep"
topInteractive real-time process monitor.
k → enter PID → Enter to kill a process.q to quit.jobsShows background jobs in the current shell (not system-wide processes).
jobs # List jobs: [1]+ Running sleep 200 &
Processes communicate via signals. Common ones: