December 13, 2006 @ 15:46
linux autoexec.bat
![]() |
When you need something to start and you want to control it manually you usually put it in one file that starts every time the system boots.
I call that file linux autoexec.bat because different systems place that file on different locations and name it differently.
So here is the list od linux autoexec.bat files (it will be updated):
- fedora – /etc/rc.local
- suse – /etc/init.d/boot.local
Technorati Tags: linux boot.local rc.local init.d
Filed under linux, tips&tricks Permalink
1 Comment »
RSS feed for comments on this post

Posted by Karel Joubert
February 15, 2008 @ 20:54
I needed to run something in IPCop on startup. I found /etc/rc.d/rc.local
It worked like a dream thank you!!!