<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[阿Tim日志]]></title> 
<link>https://atim.cn/index.php</link> 
<description><![CDATA[专业的php开发者.开发团队的带队人]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[阿Tim日志]]></copyright>
<item>
<link>https://atim.cn/sysv-rc-conf/</link>
<title><![CDATA[ubuntu 下的开机自动启动管理程序]]></title> 
<author>bkkkd &lt;partybase@gmail.com&gt;</author>
<category><![CDATA[开发应用]]></category>
<pubDate>Sat, 24 Jan 2009 02:55:44 +0000</pubDate> 
<guid>https://atim.cn/sysv-rc-conf/</guid> 
<description>
<![CDATA[ 
	在公司的服务器是用fedora的，里面有一个chkconfig来管理开机进程。有这样软件总比自己一个个去修改文件要方便很多。<br/>不过<a href="http://atim.cn/post/sysv-rc-conf.php" target="_blank">ubuntu下的开机自动启动管理程序</a>可以使用<a href="http://atim.cn/post/sysv-rc-conf.php" target="_blank">sys-rc-conf</a>，它起来更方便，可视程度更好。<br/>安装这个程序的方法<br/><div class="code"><br/>sudo apt-get install sysv-rc-conf<br/></div><br/>安装完成后就可以以下运行命令进行管理<br/><div class="code"><br/>sudo sysv-rc-conf<br/></div><br/>以下是各个启动级别的详细说明<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br/>对各个运行级的详细解释：<br/>0 为停机，机器关闭。<br/>1 为单用户模式，就像Win9x 下的安全模式类似。<br/>2 为多用户模式，但是没有NFS 支持。<br/>3 为完整的多用户模式，是标准的运行级。<br/>4 一般不用，在一些特殊情况下可以用它来做一些事情。<br/>例如在笔记本电脑的电池用尽时，可以切换到这个模式来做一些设置。<br/>5 就是 X11 ，进到 X Window 系统了。<br/>6 为重启，运行 init 6 机器就会重启。 <br/>S：开机进程中的第一个运行等级。若/etc/rcS.d 下的链接文件开头子母是大写的，那么它链接的在 /etc/init.d 下的对应脚本将被调用并开启，该进程将被执行。 <br/></div></div><br/>详细的可以看这里的内容<br/><a href="http://ubuntuforums.org/showthread.php?t=89491" target="_blank">http://ubuntuforums.org/showthread.php?t=89491</a><br/>
]]>
</description>
</item><item>
<link>https://atim.cn/sysv-rc-conf/#blogcomment</link>
<title><![CDATA[[评论] ubuntu 下的开机自动启动管理程序]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://atim.cn/sysv-rc-conf/#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>