关机

halt 

Linux关机

init 0 
shutdown -h  now
重启:
reboot
init 6
/etc/inittab

    init0~6的介绍

init0:关机

init1:单用户形式,只root进行维护

init2:多用户,不能使用net file system

init3:完全多用户

init5:图形化

init6:重启



相关文章:

  • 2021-05-16
  • 2021-12-27
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-01
  • 2021-07-16
  • 2022-12-23
  • 2021-10-04
  • 2021-05-24
  • 2022-02-08
  • 2022-02-04
相关资源
相似解决方案