Ps
The ps
command stands for process status and is used to show running processes on a system.
$ ps
Killing processes
You can kill a process by its process id (or pid) using the kill
command.
kill <PROCESS_ID>
The ps
command stands for process status and is used to show running processes on a system.
$ ps
You can kill a process by its process id (or pid) using the kill
command.
kill <PROCESS_ID>