IT-Dienstleistungen

shutdown

All posts

FreeBSD/Linux/Windows

Shutdown (poweroff) machine

# FreeBSD
shutdown -p now

# Linux
shutdown -P now

# Windows - force shutdown
shutdown /r /f /t 0