#/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 联系区别
原文地址:http://tianzhaogao.blog.51cto.com/4716906/1692807