mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
637 B
637 B
htop
実行中のプロセスに関する動的なリアルタイム情報を表示する。
top
の拡張版。 詳しくはこちら: https://htop.dev/
- htop を起動:
htop
- 特定のユーザが所有するプロセスを表示する htop を起動する:
htop --user {{ユーザー名}}
- 指定した
並べ替え項目
でプロセスをソートする (利用可能なオプションはhtop --sort help
を使用する):
htop --sort {{並べ替え項目}}
- htop 実行中の対話型コマンドを見る:
?
- 別のタブに切り替える:
tab
- ヘルプを表示する:
htop --help