# ps ```bash $ ps aux ``` 実行中のプロセスを表示するコマンドです。 {command}`aux`をつけて表示したものをパイプして、 {command}`grep`で検索して使います。