init命令用于切换到指定的运行级别,用法如下:

[root@localhost ~]# init 0    //关机
[root@localhost ~]# init 1    //切换到单用户模式/救援模式
[root@localhost ~]# init 2    //切换到无网络连接的多用户命令行模式
[root@localhost ~]# init 3    //切换到有网络连接的多用户命令行模式
[root@localhost ~]# init 4    //不可用
[root@localhost ~]# init 5    //切换到带图形界面的多用户模式
[root@localhost ~]# init 6    //重启

 

 

 

 

 

 

 

    

相关文章:

  • 2021-11-19
  • 2022-12-23
  • 2021-06-08
  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-21
  • 2021-06-05
  • 2021-10-05
  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2022-01-17
相关资源
相似解决方案