# Linux Helpful Commands 1. sudo ps -a OR sudo ps -aux (To get list of processes running currently) 2. ps aux | grep [a]pt OR pgrep -a apt (currently running processes of type apt) 3. sudo netstat -ano -p |grep 9600 (to check which processes are running on this port) ## Vi Editors - [Using Vim to edit files in terminal](https://www.dummies.com/web-design-development/web-hosting/how-to-edit-files-with-vi/)