Skip to content

Processes

Sharina Stubbs edited this page Sep 23, 2019 · 1 revision

$ ps aux

You get all the processes running on the machine with this command.

Processes

User tells you the user that created them

PID is the process ID

Can stop a running process

kill + ___ <---- the process id number

also helpful with stopping the work going on in a port.

Clone this wiki locally