init命令

init命令用于向init守护进程发送控制命令

语法

init [OPTIONS...] {COMMAND}

Send control commands to the init daemon.

     --help      Show this help
     --no-wall   Don't send wall message before halt/power-off/reboot

Commands:
  0      关机
  1      单用户模式
  2      多用户模式(没有NFS)
  3      多用户(有NFS),登录后进入命令行模式
  5      X11图形化界面模式
  6      重启

示例

init 6  #重启

init 0 #关机