Interacting with processes in Linux(Debian)
Summary #
Commands to show running processes #
- ps: snap short of current processes
- top: Display and update sorted information about Linux processes.
- atop: Advanced System & Process Monitor for Linux.
- htop: Interactive process viewer in Linux.
- pgrep: Look up or signal processes based on name and other
- pstree: Display a tree of processes.
ps #
ps -aux | grep buildbot