You can use command line to shutdown Linux computer, following command will shutdown computer:
shutdown -h now systemctl halt
To reboot, you can use the following command:
systemctl restart
They usually work fine, but on some distributions they require elevated privileges, (more…)