QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1121|回复: 4

关于linux启动的问题

[复制链接]
发表于 2006-4-28 10:21:55 | 显示全部楼层 |阅读模式
请问:如何让linux启动时自动执行我写的脚本?
谢谢
发表于 2006-4-28 10:46:53 | 显示全部楼层
Redhat 加入 /etc/rc.local
SuSE 加入 /etc/init.d/boot.local

debian 上使用 rc.local
touch /etc/init.d/rc.local
设置可执行:
chmod +x /etc/init.d/rc.local
用update-rc.d设置启动级别:
update-rc.d rc.local start 99 2 3 4 5 . stop 99 0 1 6 .
为了编辑方便,创建一个链接:
ln -s /etc/init.d/rc.local /etc/rc.local
回复

使用道具 举报

 楼主| 发表于 2006-4-28 13:37:31 | 显示全部楼层
fc3上呢?
回复

使用道具 举报

发表于 2006-4-28 14:32:00 | 显示全部楼层
FC 也是 Redhat 系的,应该一样。
回复

使用道具 举报

发表于 2006-4-30 10:43:14 | 显示全部楼层
了解System V风格和BSD风格的区别就可以在所有发行版上修改了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 10:18 , Processed in 0.038984 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表