실행중인 데비안 GNU/리눅스 시스템을 종료할 때 컴퓨터의 앞이나 뒤에 있는 리셋 스위치를 눌러서 다시 시작하거나, 전원을 꺼 버려서는 안됩니다. 데비안 GNU/리눅스는 적절한 절차로 종료해야 하고, 그렇지 않으면 파일이 지워지거나 디스크에 손상이 올 수 있습니다. 데스크톱 환경을 실행하는 경우 정상적인 시스템 종료(또는 다시 시작)를 허용하는 응용 프로그램 메뉴에서 사용할 수 “로그아웃”의 옵션이 있습니다.
Alternatively you can press the key combination Ctrl+Alt+Del . If the key combinations do not work, a last option is to log in as root and type the necessary commands. Use reboot to reboot the system. Use halt to halt the system without powering it off [14]. To power off the machine, use poweroff or shutdown -h now. The systemd init system provides additional commands that perform the same functions; for example systemctl reboot or systemctl poweroff.
[14] Under the SysV init system halt had the same effect as poweroff, but with systemd as init system (the default in jessie) their effects are different.