Ubuntu 16.4サーバーのhtopに問題があります
Ubuntu 16.4サーバーがあり、(htop)
図の例でコマンドを非表示にしたい
ベストアンサー1
htop --helpを使ってみましたか?
-p --pid=PID,[,PID,PID...] 与えられた PID のみを表示
PIDを取得するには、pgrepを使用するだけです。
結果:
htop -p "$(pgrep -vfd, 'snapd|firefox|otherstuff')"
Ubuntu 16.4サーバーのhtopに問題があります
Ubuntu 16.4サーバーがあり、(htop)
図の例でコマンドを非表示にしたい
htop --helpを使ってみましたか?
-p --pid=PID,[,PID,PID...] 与えられた PID のみを表示
PIDを取得するには、pgrepを使用するだけです。
結果:
htop -p "$(pgrep -vfd, 'snapd|firefox|otherstuff')"