我使用htop来监视进程,每当我想要找到一个正在运行的进程时,我就使用/命令来突出显示该进程,直到它在列表上移动。是否有办法保持选定的进程突出显示?
发布于 2017-08-25 02:51:14
阅读man htop,特别是INTERACTIVE COMMANDS部分:
F "Follow" process: if the sort order causes the currently selected process to move in the list, make the selection bar follow it. This is useful for monitoring a process: this
way, you can keep a process always visible on screen. When a movement key is used, "follow" loses effect.在你之后,/,F
https://askubuntu.com/questions/949602
复制相似问题