Favorite Linux Commands

cd = change directory / navigate to another file

ls = list folder contents

Ctrl + E = end of line

Ctrl + A = beginning of line

Ctrl + L = clear terminal

Ctrl + K = cut line (delete & copy)


View Processes
top

Search Processes
ps -ax | grep -i skype

Kill Processes
kill
kill 41258