ps
command
ps vs. htop? https://unix.stackexchange.com/questions/62176/what-is-the-difference-between-ps-and-top-command
If you just run ps
, you will only see the processes started by you (the current user).
If you want to see all processes (this is what htop
does out of the box), do
ps aux