Runlevel笔记:修订间差异
来自三线的随记
(创建页面,内容为“=== 简介 === '''运行级别'''('''Runlevel''')指的是Unix或者Linux等类Unix操作系统下不同的运行模式。运行级别通常分为 7 等,分别…”) |
小无编辑摘要 |
||
第1行: | 第1行: | ||
=== 简介 === | ===简介 === | ||
'''运行级别'''('''Runlevel''')指的是Unix或者Linux等类Unix操作系统下不同的运行模式。运行级别通常分为 7 等,分别是从 0 到 6 ,但如果必要的话也可以更多。 | '''运行级别'''('''Runlevel''')指的是Unix或者Linux等类Unix操作系统下不同的运行模式。运行级别通常分为 7 等,分别是从 0 到 6 ,但如果必要的话也可以更多。 | ||
第10行: | 第10行: | ||
* 5 多用户,带图形界面 | * 5 多用户,带图形界面 | ||
* 6 重启 | * 6 重启 | ||
[[分类:Linux]] | |||
=== /etc/init.d 和 /etc/rc*.d 那些事 === | |||
# /etc/rc*.d ----> The scripts are all symbolic links whose targets are located in /etc/init.d/ | |||
# /etc/rc0.d ----> | |||
<blockquote>Generally it is not necessary to alter the scripts in this directory.</blockquote><blockquote>Their purpose is to stop all services and to make the system ready</blockquote><blockquote>for shutdown.</blockquote>3. /etc/rc1.d -----><blockquote></blockquote> |
2018年11月13日 (二) 00:46的版本
简介
运行级别(Runlevel)指的是Unix或者Linux等类Unix操作系统下不同的运行模式。运行级别通常分为 7 等,分别是从 0 到 6 ,但如果必要的话也可以更多。
例如在大多数Linux操作系统下一共有如下7个典型的运行级别:
- 0 停机,关机
- 1 单用户,无网络连接,不运行守护进程,不允许非超级用户登录
- 2 多用户,无网络连接,不运行守护进程
- 3 多用户,正常启动系统
- 4 用户自定义
- 5 多用户,带图形界面
- 6 重启
/etc/init.d 和 /etc/rc*.d 那些事
- /etc/rc*.d ----> The scripts are all symbolic links whose targets are located in /etc/init.d/
- /etc/rc0.d ---->
Generally it is not necessary to alter the scripts in this directory.
Their purpose is to stop all services and to make the system ready
for shutdown.
3. /etc/rc1.d ----->