[dbus-send](/man/dbus-send) --type=method_call --dest=org.freedesktop.ScreenSaver /ScreenSaver org.freedesktop.ScreenSaver.Lock
[dbus-send](/man/dbus-send) --type=method_call --dest=org.freedesktop.ScreenSaver /ScreenSaver org.freedesktop.ScreenSaver.SetActive boolean:false
[reboot](/man/reboot)
[shutdown](/man/shutdown) -r
[systemctl](/man/systemctl) reboot
[poweroff](/man/poweroff)
[shutdown](/man/shutdown) -h now
[reboot](/man/reboot) -p
[systemctl](/man/systemctl) poweroff
[halt](/man/halt)
[shutdown](/man/shutdown) -h 18:45 "Server is going down for maintenance"
[service](/man/service) bluetooth stop
[systemctl](/man/systemctl) stop bluetooth
[service](/man/service) bluetooth start
[systemctl](/man/systemctl) start bluetooth
[nmcli](/man/nmcli) nm wifi off
[nmcli](/man/nmcli) nm wifi on
[xset](/man/xset) dpms force off
[systemctl](/man/systemctl) suspend
[pm-suspend](/man/pm-suspend)
[systemctl](/man/systemctl) hibernate
[systemctl](/man/systemctl) list-units --type=service
[service](/man/service) --status-all
[systemctl](/man/systemctl) start [serviceName]
[service](/man/service) [serviceName] start
[systemctl](/man/systemctl) stop [serviceName]
[service](/man/service) [serviceName] stop
[systemctl](/man/systemctl) enable [serviceName]
[journalctl](/man/journalctl) -u [serviceName]