On running top, I see a command called "frontend" has been running for 100+ hours and it is taking half of my CPU resource. What does it do?
Asked
Active
Viewed 917 times
4
man frontend;man -k frontend;type -p frontend; locate frontend;dpkg -S $(type -p frontend);pgrep frontend
– waltinator Jan 25 '20 at 17:35