Press enter to see results or esc to cancel.

Linux altında reboot ve shutdown işlemleri

#Reboot

shutdown -r now

init 6

reboot

systemctl reboot

#Shutdown

shutdown -h now

init 0

poweroff

systemctl halt

poweroff

systemctl poweroff