|
|

楼主 |
发表于 2009-9-28 22:41:05
|
显示全部楼层
运行了 出现以下情况算正常吗?
[root@sejiemei ~]# chmod +x /etc/init.d/httpd
chmod: cannot access `/etc/init.d/httpd': No such file or directory
[root@sejiemei ~]# chkconfig --add httpd
error reading information on service httpd: No such file or directory
[root@sejiemei ~]# |
|