I noticed I had a bunch of updates come through the other day that required a restart. When I went to restart it just takes me to a user login screen. In the lower right there are options to restart and shutdown. Neither of those buttons work, specifically, clicking on them does nothing. The only thing I can do is log back in.
From there I opened a terminal and did sudo shutdown -h now
which returned command not found
I did whereis shutdown
and it came back with /etc/shutdown.sh
but that shell script just contains shutdown -h now
.
It seems my shutdown binary is gone. I did sudo find -name shutdown
and it came back with /home/dean/.kde/shutdown
but that is a folder not a file.
What should I do?