I'm using htop to monitor processes, whenever I want to find a running process I the /
command which highlights the process until it moves on the list. Is there a way to keep the selected process highlighted?
Asked
Active
Viewed 2,460 times
6
1 Answers
9
Read man htop
, especially the INTERACTIVE COMMANDS
part:
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.
After you /
, F

waltinator
- 36,399
F
. If you just press/
, you will enter search mode and type theF
letter in the search bar at the bottom. You need to finish your search by pressingReturn
("Enter") before pressingF
– MayeulC Aug 31 '22 at 08:57