码迷,mamicode.com
首页 > 其他好文 > 详细

/etc/rc.d/init.d和/etc/init.d 联系区别

时间:2015-09-08 16:45:34      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:linux 区别 init.d

#/etc/init.d 是 rc.d/init.d/ 的软链接

[root@localhost ~]# ll -d /etc/init.d
lrwxrwxrwx. 1 root root 11 5月  13 01:01 /etc/init.d -> rc.d/init.d


#For example:
[root@localhost ~]# vi /etc/rc.d/rc.local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don‘t
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local

/etc/init.d/httpd start
#or
/etc/rc.d/init.d/httpd start


本文出自 “碧血青天” 博客,请务必保留此出处http://tianzhaogao.blog.51cto.com/4716906/1692807

/etc/rc.d/init.d和/etc/init.d 联系区别

标签:linux 区别 init.d

原文地址:http://tianzhaogao.blog.51cto.com/4716906/1692807

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!