shutdown
FreeBSD/Linux/Windows
Shutdown (poweroff) machine
# FreeBSD
shutdown -p now
# Linux
shutdown -P now
# Windows - force shutdown
shutdown /r /f /t 0
# FreeBSD
shutdown -p now
# Linux
shutdown -P now
# Windows - force shutdown
shutdown /r /f /t 0