Corban's Cybersecurity Resources

Home

❯

Linux

❯

Processes

Processes

Nov 01, 20251 min read

  • linux

linux Linux Architecture and Components MOC


A process is a running program.

Show running processes with the ps command, which defaults to processes under current user.

Killing a Process

Find process identifier (PID) with the ps command and kill it with the kill command.


Graph View

Backlinks

  • The kill Command
  • The ps Command

Created with Quartz v4.5.2 © 2025

  • GitHub
  • Discord Community