How to use command to restart or shut down Linux system
คำสั่งที่ใช้ในการปิดเครื่อง หรือ shutdown
#shutdown -h now
#init 0
#halt
#poweroff
คำสั่งที่ใช้ในการ Reboot เครื่อง
#reboot
#init 6
#shutdown -r now
คำสั่งที่ใช้ในการปิดเครื่อง หรือ shutdown
#shutdown -h now
#init 0
#halt
#poweroff
คำสั่งที่ใช้ในการ Reboot เครื่อง
#reboot
#init 6
#shutdown -r now