ps -ef OR ps -ef | grep <process-to-filter> e.g ps-ef | grep node
ps top w
ps aux | grep firefox sudo ps aux | grep vim sudo ps -aux | egrep 'sshd|openvpn|nginx'
# Run command below to get list of "major" processes ps
ps -u [username]