Task Manager

43 points · 2 comments · view on lemmy.world

2 Comments

darcy@sh.itjust.works · 3 pts · 3y (1 reply)

lol much easier on linux:

  • killall program (not found)
  • pgrep program
  • kill pid (nothing)
  • kill -K pid (nothing)
  • sudo reboot
vicfic@iusearchlinux.fyi · 2 pts · 3y

I just use btop. btop > f > program name > k > killed process.