🛠️ Steven Gong

Search

SearchSearch
  • ps command
  • Related

Jan 22, 2024, 1 min read

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

Related

  • htop

Graph View

Backlinks

  • Shell Commands

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub