Skip to content

Cheat Sheet

ps

Command Description
ps x Show all of your running processes
ps ax Shol all processes on the system, not just those you own
ps u Include more detailed information on processed
ps w Show full command names, not just what fits on one line

kill

Command Description
kill -9 $$ or kill -KILL $ $ Sends the KILL signal to the current process

External lists and specifications