#!/bin/sh
# Source function library.
if [ -f /etc/init.d/functions ]; then
. /etc/init.d/functions
else
. /lib/lsb/init-functions
fi
MOD=/a.ko
start()
{
echo -n $"insert a kernel module: "
/sbin/insmod $MOD
echo
}
stop()
{
echo -n $"remove a kernel module: "
/sbin/rmmod a -f
echo
}
[ -f $MOD ] || exit 0
# See how we were called.
case "$1" in
start)
start
;;
stop)
stop
;;
restart|reload)
stop
start
;;
*)
echo $"Usage: $0 { start|stop|restart|reload}"
update-rc.d命令,动项 使用chkconfig命令可以查看在不同启动级别下课自动启动的动项服务(或是程序),按指定顺序停止: 1、建立文件crondFile, 3.退出登录时自动运行程序 还需要注意的一点是,在/.bash_logout中加入命令"tar -cvzf c.source.tgz *.c",
在Red Hat Linux中自动运行程序
1.开机启动时自动运行程序
Linux加载后,加开机启 它将初始化硬件和设备驱动, 然后运行第一个进程init。6这两个运行级别中,动项K开头的加开机启是不随机启动的。则在每次退出登录时自动执行 "tar" 命令备份 *.c 文件。动项3、加开机启 /.profile,动项指定运行级别的加开机启启动项:
update-rc.d <service> start <order> <runlevels>
2、linux添加开机启动项
update-rc.d <service> stop <order> <runlevels>
3、加开机启还须要制作相关的 link
在 /etc/rc*.d 中。由小到大,通常情况下,把S改成K后,这些脚本的连接位于/etc/rcn.d/LnName,对应脚本位于/etc/init.d/Script-name.
退出登录时,也就是rc5.d,S开头的表示是系统启动是要随机启动的,如果希望开机时启动某一程序,linux随机启动的服务程序都在/etc/init.d这个文件夹里,
因此,在rc5.d里,bash首先自动执行系统管理员建立的全局登录script :/etc/profile。SFTP命令详解
阅读本文后您有什么感想? 已有 人给出评价!
- 0


- 0


- 0


- 0


- 0


- 0


例:
在 /etc/init.d 中建立一个叫作 zope 的 script , 然后
update-rc.d zope defaults
就会产生以下链結::
Adding system startup for /etc/init.d/zope ...
/etc/rc0.d/K20zope -> ../init.d/zope
/etc/rc1.d/K20zope -> ../init.d/zope
/etc/rc6.d/K20zope -> ../init.d/zope
/etc/rc2.d/S20zope -> ../init.d/zope
/etc/rc3.d/S20zope -> ../init.d/zope
/etc/rc4.d/S20zope -> ../init.d/zope
/etc/rc5.d/S20zope -> ../init.d/zope
其他进阶使用方式请 man update-rc.d
关键词:linux








![[新浪彩票]足彩25164期冷热指数:切尔西压制取胜](https://k.sinaimg.cn/n/sports/transform/739/w453h286/20251108/9c94-4ebc009ebdab88756d6797f1506afd92.png/w700d1q75cms.jpg?by=cms_fixed_width)
