HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT
Shutdown a Debian Guest
RUN: Shutdown from console/tty1 (ALT-F1)
- login as user: root
- enter the root password
- execute “shutdown”
shutdown -h now
PR RUN: poweroff from console/tty1 (ALT-F1)
- login as user: root
- enter the root password
- execute “poweroff”
poweroff