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
#Reboot
shutdown -r now init 6 reboot systemctl reboot
#Shutdown
shutdown -h now init 0 poweroff systemctl halt poweroff systemctl poweroff
Comments
Leave a Comment