* pages/*: add standard translation and links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * fix1: false positives; standardize Bengali, Hindi, Nepali periods * fix: periods in recently added Bengali pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * fix: false positives in modified files Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: update to native period in Bengali l10n Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
637 B
637 B
htop
実行中のプロセスに関する動的なリアルタイム情報を表示する。
topの拡張版。 詳しくはこちら: https://htop.dev/
- htop を起動:
htop
- 特定のユーザが所有するプロセスを表示する htop を起動する:
htop --user {{ユーザー名}}
- 指定した
並べ替え項目でプロセスをソートする (利用可能なオプションはhtop --sort helpを使用する):
htop --sort {{並べ替え項目}}
- htop 実行中の対話型コマンドを見る:
?
- 別のタブに切り替える:
tab
- ヘルプを表示する:
htop --help