Skip to content
Tyler Gamvrelis edited this page Mar 3, 2020 · 3 revisions

Welcome to the oil_lamp wiki!

Useful Linux commands

List processes:

top

Kill process by ID:

sudo kill <PID>
Clone this wiki locally