Usually I'm asking myself this question when it's too late already and my XServer or xfce hung itself and I have to rely on tty1-tty6 to actually do something.
Is there any way to access my Tasks at tty7 from tty1-6? For example: An application is wasting all the resources and I can't do anything useful on my desktop. Yet I have access to tty1-6. What could I do?
Thank you
sudo restart lightdm
) but that will kill all the old applications running on the old instance (unless they've forked out). It's often less disruptive to just take a quick peek at what's causing the problem and kill it on its own. – Oli Jan 02 '15 at 15:59sudo restart lightdm
won't work in tty1 if I remember right? Also killing all the applications is something I try to avoid. – Qohelet Jan 02 '15 at 16:19