đŸĒĢ Process Management

Use tools like htop to manage Linux processes

Managing Processes in Linux

List current processes:

file_type_config command line
ps

ps -ef

Kill a process:

file_type_config command line
kill PID # SIGTERM
kill -9 PID # SIGKILL

Use htop for a fully interactive process management experience:

file_type_config command line
htop

Questions? Let's chat

Open Discord