gxqing 发表于 2003-4-17 09:48:07

在linux中怎么实现像windows中的系统文件呢?

假如我想在系统启动过程中让它先执行一个指定功能,然后再接着启动,可能实现吗?

Dragonfly 发表于 2003-4-17 09:56:17

Re: 在linux中怎么实现像windows中的系统文件呢

假如我想在系统启动过程中让它先执行一个指定功能,然后再接着启动,可能实现吗?

redhat linux uses /etc/rc.d/rc.sysinit to control what to execute and start up when boot. u can try to understand that file and modify it.
and if u wan to start a service, u can check /rc.d/init.d/xxx to write a one for u and link to correct run level.
页: [1]
查看完整版本: 在linux中怎么实现像windows中的系统文件呢?